From: Yixing Liu <liuyixi...@huawei.com>

Use a tralling */ on a separate line for block comments.

Signed-off-by: Yixing Liu <liuyixi...@huawei.com>
Signed-off-by: Weihang Li <liweih...@huawei.com>
---
 drivers/net/ethernet/mscc/ocelot.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mscc/ocelot.c 
b/drivers/net/ethernet/mscc/ocelot.c
index 1a36b41..8d06ffa 100644
--- a/drivers/net/ethernet/mscc/ocelot.c
+++ b/drivers/net/ethernet/mscc/ocelot.c
@@ -484,7 +484,8 @@ void ocelot_adjust_link(struct ocelot *ocelot, int port,
                           DEV_MAC_ENA_CFG_TX_ENA, DEV_MAC_ENA_CFG);
 
        /* Take MAC, Port, Phy (intern) and PCS (SGMII/Serdes) clock out of
-        * reset */
+        * reset
+        */
        ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(speed),
                           DEV_CLOCK_CFG);
 
-- 
2.8.1

Reply via email to