diff options
author | Peng Li <lipeng321@huawei.com> | 2021-06-08 16:12:27 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 12:04:04 -0700 |
commit | 34de4c85f3936a1d806a81e66f3a19dc758a8c4d (patch) | |
tree | dbb02318b24cb323be2ea18b731304e89eb87c24 /drivers/net/wan | |
parent | 5552571c657d57e532b321c902bddc73c7807f07 (diff) |
net: farsync: remove redundant blank lines
This patch removes some redundant blank lines.
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>
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/farsync.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c index 5de71e44fc5a..0081ec813b9a 100644 --- a/drivers/net/wan/farsync.c +++ b/drivers/net/wan/farsync.c @@ -479,7 +479,6 @@ struct fst_card_info { #define dev_to_port(D) (dev_to_hdlc(D)->priv) #define port_to_dev(P) ((P)->dev) - /* * Shared memory window access macros * @@ -1194,7 +1193,6 @@ fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, } port->rxpos = rxp; return; - } /* Rx complete interrupt @@ -2159,7 +2157,6 @@ fst_openport(struct fst_port_info *port) port->txqe = 0; port->txqs = 0; } - } static void |