From: Peng Li Date: Wed, 9 Jun 2021 09:39:47 +0000 (+0800) Subject: net: lapbether: remove redundant blank line X-Git-Tag: v5.14-rc1~119^2~262^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eff57ab52cc4bcdca095a5a129bc0912a402af11;p=thirdparty%2Fkernel%2Flinux.git net: lapbether: remove redundant blank line This patch the redundant blank line. Signed-off-by: Peng Li Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c index 59646865a3a48..bb529effad1af 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,