net: pc300too: add blank line after declarations
This patch fixes the checkpatch error about missing a blank line after declarations. 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>
This commit is contained in:
parent
93f764371c
commit
a657c8b4d5
1 changed files with 2 additions and 1 deletions
|
@ -158,8 +158,8 @@ static void pc300_set_iface(port_t *port)
|
|||
static int pc300_open(struct net_device *dev)
|
||||
{
|
||||
port_t *port = dev_to_port(dev);
|
||||
|
||||
int result = hdlc_open(dev);
|
||||
|
||||
if (result)
|
||||
return result;
|
||||
|
||||
|
@ -426,6 +426,7 @@ static int pc300_pci_init_one(struct pci_dev *pdev,
|
|||
port_t *port = &card->ports[i];
|
||||
struct net_device *dev = port->netdev;
|
||||
hdlc_device *hdlc = dev_to_hdlc(dev);
|
||||
|
||||
port->chan = i;
|
||||
|
||||
spin_lock_init(&port->lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue