diff options
| author | 2019-08-06 16:19:54 +0300 | |
|---|---|---|
| committer | 2019-08-06 12:37:56 -0700 | |
| commit | ff3818ca39c9f9ce07c4d50db594b9673dfa422c (patch) | |
| tree | 78ede966ebe7e9e1a90b8b6803fc2886847ee22a | |
| parent | drop_monitor: Document scope of spinlock (diff) | |
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>
| -rw-r--r-- | net/core/drop_monitor.c | 2 |
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: |
