Commit ff3818ca authored by Ido Schimmel's avatar Ido Schimmel Committed by David S. Miller

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: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 01921d53
...@@ -300,7 +300,6 @@ static int set_all_monitor_traces(int state) ...@@ -300,7 +300,6 @@ static int set_all_monitor_traces(int state)
return rc; return rc;
} }
static int net_dm_cmd_config(struct sk_buff *skb, static int net_dm_cmd_config(struct sk_buff *skb,
struct genl_info *info) struct genl_info *info)
{ {
...@@ -427,7 +426,6 @@ static int __init init_net_drop_monitor(void) ...@@ -427,7 +426,6 @@ static int __init init_net_drop_monitor(void)
reset_per_cpu_data(data); reset_per_cpu_data(data);
} }
goto out; goto out;
out_unreg: out_unreg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment