projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01921d5
)
drop_monitor: Avoid multiple blank lines
author
Ido Schimmel
<idosch@mellanox.com>
Tue, 6 Aug 2019 13:19:54 +0000
(16:19 +0300)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/core/drop_monitor.c
b/net/core/drop_monitor.c
index 35d31b007da416cbbea66e84dceb0ffeca2235cc..9080e62245b9c3f50a9e969c96bac4b46a30cf48 100644
(file)
--- 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(void)
reset_per_cpu_data(data);
}
-
goto out;
out_unreg: