net: c101: remove redundant spaces
authorPeng Li <lipeng321@huawei.com>
Sat, 19 Jun 2021 07:28:38 +0000 (15:28 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 19:37:28 +0000 (12:37 -0700)
According to the chackpatch.pl, no space before tabs.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/c101.c

index f33192eb95173cfbdcb3bd27311d80ce045a35b7..059c2f7133bea4f7a35d265977aae64577afd846 100644 (file)
@@ -92,7 +92,7 @@ static card_t **new_card = &first_card;
 #define phy_node(port)            (0)
 #define winsize(card)             (C101_WINDOW_SIZE)
 #define win0base(card)            ((card)->win0base)
-#define winbase(card)             ((card)->win0base + 0x2000)
+#define winbase(card)             ((card)->win0base + 0x2000)
 #define get_port(card, port)      (card)
 static void sca_msci_intr(port_t *port);