Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34572
b: refs/heads/master
c: 654b32c
h: refs/heads/master
v: v3
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Sep 22, 2006
1 parent 58b84ab commit 2f1ec71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e53820de0f81da1429048634cadc6ef5f50c2f8b
refs/heads/master: 654b32c6aad19d2fd363813cd8a1a1e64daf611b
6 changes: 3 additions & 3 deletions trunk/net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ config XFRM
depends on NET

config XFRM_USER
tristate "IPsec user configuration interface"
tristate "Transformation user configuration interface"
depends on INET && XFRM
---help---
Support for IPsec user configuration interface used
by native Linux tools.
Support for Transformation(XFRM) user configuration interface
like IPsec used by native Linux tools.

If unsure, say Y.

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ static int __init xfrm_user_init(void)
{
struct sock *nlsk;

printk(KERN_INFO "Initializing IPsec netlink socket\n");
printk(KERN_INFO "Initializing XFRM netlink socket\n");

nlsk = netlink_kernel_create(NETLINK_XFRM, XFRMNLGRP_MAX,
xfrm_netlink_rcv, THIS_MODULE);
Expand Down

0 comments on commit 2f1ec71

Please sign in to comment.