Skip to content

Commit

Permalink
net: farsync: fix the comments style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 8, 2021
1 parent 8ccac4a commit 14b9764
Showing 1 changed file with 83 additions and 152 deletions.
Loading

0 comments on commit 14b9764

Please sign in to comment.