net: hd64570: fix the comments style issue
authorPeng Li <lipeng321@huawei.com>
Sat, 5 Jun 2021 07:00:27 +0000 (15:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 19:25:21 +0000 (12:25 -0700)
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>
drivers/net/wan/hd64570.c

index 0297fbe..c6605ea 100644 (file)
@@ -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 */