net: farsync: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:32 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:04:05 +0000 (12:04 -0700)
commit14b9764ccfeb3ca59ae74b17a521cdf54929831d
tree5062e702abd1f019ff1d822b5e9b5d57d72b261f
parent8ccac4a58aa8cd2fc14cee2671996cb1ec78c71f
net: farsync: 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/farsync.c