Skip to content

Commit ff3818c

Browse files
idoschdavem330
authored andcommitted
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: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 01921d5 commit ff3818c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/core/drop_monitor.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ static int set_all_monitor_traces(int state)
300300
return rc;
301301
}
302302

303-
304303
static int net_dm_cmd_config(struct sk_buff *skb,
305304
struct genl_info *info)
306305
{
@@ -427,7 +426,6 @@ static int __init init_net_drop_monitor(void)
427426
reset_per_cpu_data(data);
428427
}
429428

430-
431429
goto out;
432430

433431
out_unreg:

0 commit comments

Comments
 (0)