From: Peng Li Date: Tue, 25 May 2021 14:07:55 +0000 (+0800) Subject: net: wan: fix an code style issue about "foo* bar X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4fdef99d17bad52d268ffe7a67b9ed2410cbd34;p=linux.git 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 Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/n2.c b/drivers/net/wan/n2.c index 5ad8c5032900f..180fb2c9a4429 100644 --- a/drivers/net/wan/n2.c +++ b/drivers/net/wan/n2.c @@ -32,8 +32,8 @@ #include #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