]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3ff94d7811107ec6bd1fd217815286499812f744
tree5062e702abd1f019ff1d822b5e9b5d57d72b261f
parentd0708e1476954446cdccd55898e73c477d0577a8
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