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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user