Commit 53da5342 authored by Peng Li's avatar Peng Li Committed by David S. Miller
Browse files

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: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f8b8db6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -507,8 +507,8 @@ 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);