OSDN Git Service

net: cosa: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Wed, 16 Jun 2021 07:23:32 +0000 (15:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 07:52:33 +0000 (00:52 -0700)
commitc0a963e25df9bce8e0b9dbe4b0d27b78338b6e1d
treec7a03355665da19af35377152bea5275a0bcbe2d
parentb4d5f1e2cdebb436eea2137833f5cd267674875d
net: cosa: 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/cosa.c