From: Peng Li Date: Sat, 5 Jun 2021 07:00:27 +0000 (+0800) Subject: net: hd64570: fix the comments style issue X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=53da5342c51a6cfe10e760629cf94ae382a0d02b;p=linux.git 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 Signed-off-by: Guangbin Huang Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/hd64570.c b/drivers/net/wan/hd64570.c index 0297fbe8b9388..c6605ea6c50c7 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 */