OSDN Git Service

net: ixp4xx_hss: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Thu, 10 Jun 2021 07:20:04 +0000 (15:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 20:50:42 +0000 (13:50 -0700)
commit17ce9764bb26f43b40de904f0d4a06be71abb979
treed090ad58fe6a60cfb59fe5a30ecd312812ca9ee8
parent137d5672f80f8f08612659d6787a1fd196849c76
net: ixp4xx_hss: fix the comments style issue

Networking block comments don't use an empty /* line,
use /* Comment...

Block comments use * on subsequent lines.
Block comments use a trailing */ on a separate line.

This patch fixes the comments style issues.

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>
drivers/net/wan/ixp4xx_hss.c