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)
commitb086ebfce34f78de02c1966d21931f681955778d
tree8c4d550e5d26d78d361c3864045a29e8826fcda6
parent04d7ad8cca9c33df22b3f5ef964ca9cb86d8ee8e
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