Skip to content

Commit

Permalink
net: farsync: remove redundant blank lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 8, 2021
1 parent 5552571 commit 34de4c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -2159,7 +2157,6 @@ fst_openport(struct fst_port_info *port)
port->txqe = 0;
port->txqs = 0;
}

}

static void
Expand Down

0 comments on commit 34de4c8

Please sign in to comment.