]> git.baikalelectronics.ru Git - kernel.git/commit
net: z85230: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 02:43:40 +0000 (10:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 17:55:18 +0000 (10:55 -0700)
commitaf863335da1a4b4c899c286182568bca837f5f05
treef1c121b5d8a1a16e2335db9396f2d47230b386e4
parente0a71fada6f18e66617758371d34c9b1dd87afd2
net: z85230: 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/z85230.c