]> git.baikalelectronics.ru Git - kernel.git/commit
net: hostess_sv11: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Fri, 18 Jun 2021 02:32:23 +0000 (10:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 18:42:40 +0000 (11:42 -0700)
commit44ee7ed006be97dd993129c1449c6a047540d39b
tree450c72eadabb605ca8a437d524725814a0efee4b
parent88072461141820c4ba8c2f1536b4939eb8031254
net: hostess_sv11: 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: David S. Miller <davem@davemloft.net>
drivers/net/wan/hostess_sv11.c