Skip to content

Commit a657c8b

Browse files
321lipengdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Guangbin Huang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 93f7643 commit a657c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/wan/pc300too.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ static void pc300_set_iface(port_t *port)
158158
static int pc300_open(struct net_device *dev)
159159
{
160160
port_t *port = dev_to_port(dev);
161-
162161
int result = hdlc_open(dev);
162+
163163
if (result)
164164
return result;
165165

@@ -426,6 +426,7 @@ static int pc300_pci_init_one(struct pci_dev *pdev,
426426
port_t *port = &card->ports[i];
427427
struct net_device *dev = port->netdev;
428428
hdlc_device *hdlc = dev_to_hdlc(dev);
429+
429430
port->chan = i;
430431

431432
spin_lock_init(&port->lock);

0 commit comments

Comments
 (0)