net: wan: fix an code style issue about "foo* bar
Fix the checkpatch error as "foo* bar" and 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:
parent
9e7ee10f16
commit
c4fdef99d1
@ -32,8 +32,8 @@
|
||||
#include <asm/io.h>
|
||||
#include "hd64570.h"
|
||||
|
||||
static const char* version = "SDL RISCom/N2 driver version: 1.15";
|
||||
static const char* devname = "RISCom/N2";
|
||||
static const char *version = "SDL RISCom/N2 driver version: 1.15";
|
||||
static const char *devname = "RISCom/N2";
|
||||
|
||||
#undef DEBUG_PKT
|
||||
#define DEBUG_RINGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user