]> git.baikalelectronics.ru Git - kernel.git/commit
net: sealevel: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:33 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:04 +0000 (22:14 -0700)
commitd35f02ef545ad035ed29c3301b4b573a29348358
tree8c4d550e5d26d78d361c3864045a29e8826fcda6
parent943489d613951dcb2f81e52bdef1d4d894c83044
net: sealevel: 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: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c