]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c44b4b4558521b8c8498a4b912d1db38938ef6a
tree1611afffd6f118e7333252197c316f0d85b0a930
parent43646c8795c33588a54b4abf366119e433da6304
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