Skip to content

Commit

Permalink
drop_monitor: Avoid multiple blank lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ido Schimmel authored and David S. Miller committed Aug 6, 2019
1 parent 01921d5 commit ff3818c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/core/drop_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -427,7 +426,6 @@ static int __init init_net_drop_monitor(void)
reset_per_cpu_data(data);
}


goto out;

out_unreg:
Expand Down

0 comments on commit ff3818c

Please sign in to comment.