Blob Blame History Raw
From: Ido Schimmel <idosch@mellanox.com>
Date: Tue, 6 Aug 2019 16:19:54 +0300
Subject: drop_monitor: Avoid multiple blank lines
Patch-mainline: v5.4-rc1
Git-commit: ff3818ca39c9f9ce07c4d50db594b9673dfa422c
References: bsc#1154353

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>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 net/core/drop_monitor.c |    2 --
 1 file changed, 2 deletions(-)

--- 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(
 		reset_per_cpu_data(data);
 	}
 
-
 	goto out;
 
 out_unreg: