projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4516a2
)
net/ieee802154/6lowpan.c: Remove unecessary semicolon
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Tue, 18 Sep 2012 07:10:43 +0000
(07:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 Sep 2012 20:08:19 +0000
(16:08 -0400)
Found by http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ieee802154/6lowpan.c
b/net/ieee802154/6lowpan.c
index d5291113584f51dfaf98bae5b1766d78a83419c8..6d42c17af96b4a606a545d2d72ad5e32cb53c3da 100644
(file)
--- a/
net/ieee802154/6lowpan.c
+++ b/
net/ieee802154/6lowpan.c
@@
-1256,7
+1256,7
@@
static int lowpan_device_event(struct notifier_block *unused,
}
unregister_netdevice_many(&del_list);
- }
;
+ }
out:
return NOTIFY_DONE;