mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
net: c101: remove redundant spaces
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>
This commit is contained in:
parent
7774318b9e
commit
41505d3f0f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user