net: at91_can: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Sat, 19 Jun 2021 09:56:29 +0000 (17:56 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:27 +0000 (11:36 +0200)
commit5bbe60493a215a3ed333df8e5ba3caedc549a0a3
treecdf2cc015afb5891eaaf51acb63da9781f0075dd
parentfc1d97d4fbfd600c32e4cac29b48959edc22e954
net: at91_can: 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.

Link: https://lore.kernel.org/r/1624096589-13452-9-git-send-email-huangguangbin2@huawei.com
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/at91_can.c