Skip to content

Commit

Permalink
net: c101: remove redundant spaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 21, 2021
1 parent 7774318 commit 41505d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/c101.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 41505d3

Please sign in to comment.