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:
2f77a3f
)
l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c
author
David S. Miller
<davem@davemloft.net>
Sat, 3 Apr 2010 21:58:07 +0000
(14:58 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Apr 2010 21:58:07 +0000
(14:58 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_netlink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/l2tp/l2tp_netlink.c
b/net/l2tp/l2tp_netlink.c
index 12341a6cc70e7fa0f6a3c52ef5a25b825768af0a..4c1e540732d7e43fdb6b22a445e33d5301c9b4df 100644
(file)
--- a/
net/l2tp/l2tp_netlink.c
+++ b/
net/l2tp/l2tp_netlink.c
@@
-837,4
+837,4
@@
MODULE_DESCRIPTION("L2TP netlink");
MODULE_LICENSE("GPL");
MODULE_VERSION("1.0");
MODULE_ALIAS("net-pf-" __stringify(PF_NETLINK) "-proto-" \
- __stringify(NETLINK_GENERIC) "-type-" "l2tp")
+ __stringify(NETLINK_GENERIC) "-type-" "l2tp")
;