]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit67c1876897da8445f78fe6ca665a4b56f447c6d1
tree450c72eadabb605ca8a437d524725814a0efee4b
parentd25a944693c7949842bbba3597481d7fd264e3ed
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