net: ocelot: fix a trailling format issue with block comments
authorYixing Liu <liuyixing1@huawei.com>
Wed, 31 Mar 2021 08:18:32 +0000 (16:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2021 21:34:09 +0000 (14:34 -0700)
Use a tralling */ on a separate line for block comments.

Signed-off-by: Yixing Liu <liuyixing1@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot.c

index 1a36b41..8d06ffa 100644 (file)
@@ -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);