aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2019-08-06 16:19:54 +0300
committerDavid S. Miller <davem@davemloft.net>2019-08-06 12:37:56 -0700
commitff3818ca39c9f9ce07c4d50db594b9673dfa422c (patch)
tree78ede966ebe7e9e1a90b8b6803fc2886847ee22a /net/core
parentdrop_monitor: Document scope of spinlock (diff)
downloadlinux-dev-ff3818ca39c9f9ce07c4d50db594b9673dfa422c.tar.xz
linux-dev-ff3818ca39c9f9ce07c4d50db594b9673dfa422c.zip
drop_monitor: Avoid multiple blank lines
Remove multiple blank lines which are visually annoying and useless. This suppresses the "Please don't use multiple blank lines" checkpatch messages. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/drop_monitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c
index 35d31b007da4..9080e62245b9 100644
--- a/net/core/drop_monitor.c
+++ b/net/core/drop_monitor.c
@@ -300,7 +300,6 @@ out_unlock:
return rc;
}
-
static int net_dm_cmd_config(struct sk_buff *skb,
struct genl_info *info)
{
@@ -427,7 +426,6 @@ static int __init init_net_drop_monitor(void)
reset_per_cpu_data(data);
}
-
goto out;
out_unreg: