[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100403.150435.85210092.davem@davemloft.net>
Date: Sat, 03 Apr 2010 15:04:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jchapman@...alix.com
CC: netdev@...r.kernel.org
Subject: [PATCH 1/2] l2tp: Add missing semicolon to MODULE_ALIAS() in
l2tp_netlink.c
Signed-off-by: David S. Miller <davem@...emloft.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists