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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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: