[PATCH net-next 1/9] net: lapbether: remove redundant blank line

From: Guangbin Huang
Date: Wed Jun 09 2021 - 05:43:11 EST


From: Peng Li <lipeng321@xxxxxxxxxx>

This patch the redundant blank line.

Signed-off-by: Peng Li <lipeng321@xxxxxxxxxx>
---
drivers/net/wan/lapbether.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c
index 5964686..bb529ef 100644
--- a/drivers/net/wan/lapbether.c
+++ b/drivers/net/wan/lapbether.c
@@ -307,7 +307,6 @@ static int lapbeth_set_mac_address(struct net_device *dev, void *addr)
return 0;
}

-
static const struct lapb_register_struct lapbeth_callbacks = {
.connect_confirmation = lapbeth_connected,
.connect_indication = lapbeth_connected,
--
2.8.1