From: Peng Li Date: Tue, 18 May 2021 12:29:54 +0000 (+0800) Subject: net: wan: fix variable definition style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a3f3e831dc2a5bf1b34c31be38b74bc7e38a2de7;p=linux.git net: wan: fix variable definition style Fix the checkpatch error: "foo* bar" should be "foo *bar". Signed-off-by: Peng Li Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c index e2ca559e65539..7e431e5b6e856 100644 --- a/drivers/net/wan/c101.c +++ b/drivers/net/wan/c101.c @@ -28,8 +28,8 @@ #include "hd64570.h" -static const char* version = "Moxa C101 driver version: 1.15"; -static const char* devname = "C101"; +static const char *version = "Moxa C101 driver version: 1.15"; +static const char *devname = "C101"; #undef DEBUG_PKT #define DEBUG_RINGS