net: lapbether: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Wed, 9 Jun 2021 09:39:52 +0000 (17:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2021 21:02:58 +0000 (14:02 -0700)
commit4f9893c762f8a22df77ed2e4c149ad943c1eaf08
tree1611afffd6f118e7333252197c316f0d85b0a930
parentd5e686e8b66d513833e350ab776a8052b0f2ba9e
net: lapbether: 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/lapbether.c