summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hd64570.c
diff options
context:
space:
mode:
authorPeng Li <lipeng321@huawei.com>2021-06-05 15:00:27 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-07 12:25:21 -0700
commit53da5342c51a6cfe10e760629cf94ae382a0d02b (patch)
treef92bf71948e17a47f8414ddeb575342cfe41c365 /drivers/net/wan/hd64570.c
parent3f8b8db695fe79aa0ab007fac1f414e74ccd7146 (diff)
downloadlinux-53da5342c51a6cfe10e760629cf94ae382a0d02b.tar.bz2
net: hd64570: fix the comments style issue
Block comments use * on subsequent lines. Block comments use a trailing */ on a separate line. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/hd64570.c')
-rw-r--r--drivers/net/wan/hd64570.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wan/hd64570.c b/drivers/net/wan/hd64570.c
index 0297fbe8b938..c6605ea6c50c 100644
--- a/drivers/net/wan/hd64570.c
+++ b/drivers/net/wan/hd64570.c
@@ -507,9 +507,9 @@ static void sca_open(struct net_device *dev)
sca_out(0x14, msci + TRC1, card); /* +1=TXRDY/DMA deactiv condition */
/* We're using the following interrupts:
- - TXINT (DMAC completed all transmisions, underrun or DCD change)
- - all DMA interrupts
-*/
+ * - TXINT (DMAC completed all transmisions, underrun or DCD change)
+ * - all DMA interrupts
+ */
sca_set_carrier(port);
/* MSCI TX INT and RX INT A IRQ enable */