Commit 34de4c85 authored by Peng Li's avatar Peng Li Committed by David S. Miller

net: farsync: remove redundant blank lines

This patch removes some redundant blank lines.
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 5552571c
...@@ -479,7 +479,6 @@ struct fst_card_info { ...@@ -479,7 +479,6 @@ struct fst_card_info {
#define dev_to_port(D) (dev_to_hdlc(D)->priv) #define dev_to_port(D) (dev_to_hdlc(D)->priv)
#define port_to_dev(P) ((P)->dev) #define port_to_dev(P) ((P)->dev)
/* /*
* Shared memory window access macros * Shared memory window access macros
* *
...@@ -1194,7 +1193,6 @@ fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, ...@@ -1194,7 +1193,6 @@ fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port,
} }
port->rxpos = rxp; port->rxpos = rxp;
return; return;
} }
/* Rx complete interrupt /* Rx complete interrupt
...@@ -2159,7 +2157,6 @@ fst_openport(struct fst_port_info *port) ...@@ -2159,7 +2157,6 @@ fst_openport(struct fst_port_info *port)
port->txqe = 0; port->txqe = 0;
port->txqs = 0; port->txqs = 0;
} }
} }
static void static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment