diff options
author | Yixing Liu <liuyixing1@huawei.com> | 2021-03-31 16:18:32 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-31 14:34:09 -0700 |
commit | 1f78ff4ff7089b8265278d0bbf937fd8e5958dcf (patch) | |
tree | 032bb41edc884f2bb29cc3ee473b03be35caf3ad /drivers | |
parent | 3f6ebcffaf673490ec95024a8d6e67b890cc53e2 (diff) |
net: ocelot: fix a trailling format issue with block comments
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/mscc/ocelot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mscc/ocelot.c b/drivers/net/ethernet/mscc/ocelot.c index 1a36b416fd9b..8d06ffaf318a 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); |