* [PATCH 1/2] l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c
@ 2010-04-03 22:04 David Miller
0 siblings, 0 replies; only message in thread
From: David Miller @ 2010-04-03 22:04 UTC (permalink / raw)
To: jchapman; +Cc: netdev
Signed-off-by: David S. Miller <davem@davemloft.net>
---
net/l2tp/l2tp_netlink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/l2tp/l2tp_netlink.c b/net/l2tp/l2tp_netlink.c
index 12341a6..4c1e540 100644
--- 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");
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-03 22:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-03 22:04 [PATCH 1/2] l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).