diff options
Diffstat (limited to 'net/xfrm')
-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 96789952f6a3..e81e2fb3d429 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
@@ -2025,7 +2025,7 @@ nlmsg_failure: | |||
2025 | return -1; | 2025 | return -1; |
2026 | } | 2026 | } |
2027 | 2027 | ||
2028 | static int inline xfrm_sa_len(struct xfrm_state *x) | 2028 | static inline int xfrm_sa_len(struct xfrm_state *x) |
2029 | { | 2029 | { |
2030 | int l = 0; | 2030 | int l = 0; |
2031 | if (x->aalg) | 2031 | if (x->aalg) |