Skip to content

Commit

Permalink
l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 3, 2010
1 parent 2f77a3f commit f481c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/l2tp/l2tp_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit f481c0d

Please sign in to comment.