net: wan: fix variable definition style
authorPeng Li <lipeng321@huawei.com>
Tue, 18 May 2021 12:29:54 +0000 (20:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2021 20:42:42 +0000 (13:42 -0700)
Fix the checkpatch error: "foo* bar" should be "foo *bar".

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/c101.c

index e2ca559..7e431e5 100644 (file)
@@ -28,8 +28,8 @@
 
 #include "hd64570.h"
 
-static const charversion = "Moxa C101 driver version: 1.15";
-static const chardevname = "C101";
+static const char *version = "Moxa C101 driver version: 1.15";
+static const char *devname = "C101";
 
 #undef DEBUG_PKT
 #define DEBUG_RINGS