diff options
Diffstat (limited to 'net/xfrm/xfrm_user.c')
-rw-r--r-- | net/xfrm/xfrm_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index 08892091cfe3..671a1d0333f0 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
@@ -2450,7 +2450,7 @@ static int xfrm_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) | |||
2450 | 2450 | ||
2451 | #ifdef CONFIG_COMPAT | 2451 | #ifdef CONFIG_COMPAT |
2452 | if (in_compat_syscall()) | 2452 | if (in_compat_syscall()) |
2453 | return -ENOTSUPP; | 2453 | return -EOPNOTSUPP; |
2454 | #endif | 2454 | #endif |
2455 | 2455 | ||
2456 | type = nlh->nlmsg_type; | 2456 | type = nlh->nlmsg_type; |