drop_monitor: Avoid multiple blank lines
authorIdo Schimmel <idosch@mellanox.com>
Tue, 6 Aug 2019 13:19:54 +0000 (16:19 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 19:37:56 +0000 (12:37 -0700)
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>
net/core/drop_monitor.c

index 35d31b0..9080e62 100644 (file)
@@ -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: