OSDN Git Service

net: ll_temac: Cleanup for function name in a string
authorHaoyue Xu <xuhaoyue1@hisilicon.com>
Sat, 17 Sep 2022 10:38:38 +0000 (18:38 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Sep 2022 01:25:19 +0000 (18:25 -0700)
commit653de988eb585a41d28720a5d8846b699469cd6f
treeef7c9554c8f33f6156d55470d9632c609ad0590e
parent75124116520b7c94313c1e46493bee964317fa9e
net: ll_temac: Cleanup for function name in a string

As Checkpatch.pl warns, prefer using '"%s...", __func__'
to using 'temac_device_reset', this function's name, in a string.

Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Reviewed-by: Harini Katakam <harini.katakam@amd.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/xilinx/ll_temac_main.c