projects
/
GitHub
/
moto-9609
/
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:
8834016
)
switchdev: fix typo in inline function definition
author
Jiri Pirko
<jiri@resnulli.us>
Sun, 18 Jan 2015 09:25:56 +0000
(10:25 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 18 Jan 2015 17:24:11 +0000
(12:24 -0500)
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/switchdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/switchdev.h
b/include/net/switchdev.h
index 201120e18e4d6d836501475c29166424fd8eb4b9..205e63698da9f9412d65aa702135c6c98d9abf8d 100644
(file)
--- a/
include/net/switchdev.h
+++ b/
include/net/switchdev.h
@@
-69,7
+69,7
@@
static inline int unregister_netdev_switch_notifier(struct notifier_block *nb)
}
static inline int call_netdev_switch_notifiers(unsigned long val, struct net_device *dev,
- struct netdev_switch_notifier_info *info)
;
+ struct netdev_switch_notifier_info *info)
{
return NOTIFY_DONE;
}