]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: correct format of block comments
authorWenpeng Liang <liangwenpeng@huawei.com>
Wed, 16 Jun 2021 10:01:20 +0000 (18:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:34:07 +0000 (12:34 -0700)
commit8a20926dbad5c2d700a703417e5dd64ad8331069
tree847f9ffbad18abbb84f31de63353296c6cd49aec
parent18382aed823886bddc67fc63f3851eb62c2d80ab
net: phy: correct format of block comments

Block comments should not use a trailing */ on a separate line and every
line of a block comment should start with an '*'.

Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/lxt.c
drivers/net/phy/national.c
drivers/net/phy/phy-core.c
drivers/net/phy/phylink.c
drivers/net/phy/vitesse.c