Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peng Li and committed by
David S. Miller
53da5342 3f8b8db6

+3 -3
+3 -3
drivers/net/wan/hd64570.c
··· 507 507 sca_out(0x14, msci + TRC1, card); /* +1=TXRDY/DMA deactiv condition */ 508 508 509 509 /* We're using the following interrupts: 510 - - TXINT (DMAC completed all transmisions, underrun or DCD change) 511 - - all DMA interrupts 512 - */ 510 + * - TXINT (DMAC completed all transmisions, underrun or DCD change) 511 + * - all DMA interrupts 512 + */ 513 513 sca_set_carrier(port); 514 514 515 515 /* MSCI TX INT and RX INT A IRQ enable */