]> 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)
commitca626d5ae5bca4a60f20c901b61f50576116731f
tree8c4d550e5d26d78d361c3864045a29e8826fcda6
parent6caf23cc741a9ff67bd5ad66104cf04067cc517f
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