From: Ido Schimmel <ido...@mellanox.com> 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 <ido...@mellanox.com> --- net/core/drop_monitor.c | 2 -- 1 file changed, 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 @@ static int set_all_monitor_traces(int state) 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: -- 2.21.0