aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Li <lipeng321@huawei.com>2021-05-18 20:29:54 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-18 13:42:42 -0700
commita3f3e831dc2a5bf1b34c31be38b74bc7e38a2de7 (patch)
tree9a7a17403b2af64546fee9df323c7022c3e5048d
parentnet: wan: remove redundant space (diff)
downloadlinux-dev-a3f3e831dc2a5bf1b34c31be38b74bc7e38a2de7.tar.xz
linux-dev-a3f3e831dc2a5bf1b34c31be38b74bc7e38a2de7.zip
net: wan: fix variable definition style
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>
-rw-r--r--drivers/net/wan/c101.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c
index e2ca559e6553..7e431e5b6e85 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