net: hdlc: 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:
Peng Li 2021-06-01 21:23:18 +08:00 committed by David S. Miller
parent 04cc04f07b
commit 68fd73925b

View File

@ -36,7 +36,7 @@
#include <linux/slab.h>
#include <net/net_namespace.h>
static const char* version = "HDLC support module revision 1.22";
static const char *version = "HDLC support module revision 1.22";
#undef DEBUG_LINK