Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1479412

[PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn

From Richard Guy Briggs <rgb@tricolour.ca>
Newsgroups linux.kernel
Subject [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn
Date 2016-09-08 20:10 +0200
Message-ID <sfbVT-HP-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Reported-by: Paul Wouters <paul@nohats.com>
Signed-off-by: Richard Guy Briggs <rgb@tricolour.ca>
---
 include/uapi/linux/xfrm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
index 1433389..1fc62b2 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -298,7 +298,7 @@ enum xfrm_attr_type_t {
 	XFRMA_ALG_AUTH_TRUNC,	/* struct xfrm_algo_auth */
 	XFRMA_MARK,		/* struct xfrm_mark */
 	XFRMA_TFCPAD,		/* __u32 */
-	XFRMA_REPLAY_ESN_VAL,	/* struct xfrm_replay_esn */
+	XFRMA_REPLAY_ESN_VAL,	/* struct xfrm_replay_state_esn */
 	XFRMA_SA_EXTRA_FLAGS,	/* __u32 */
 	XFRMA_PROTO,		/* __u8 */
 	XFRMA_ADDRESS_FILTER,	/* struct xfrm_address_filter */
-- 
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Richard Guy Briggs <rgb@tricolour.ca> - 2016-09-08 20:10 +0200
  Re: [PATCH] xfrm: fix header file comment reference to struct  xfrm_replay_state_esn Richard Guy Briggs <rgb@tricolour.ca> - 2016-09-08 21:00 +0200
    Re: [PATCH] xfrm: fix header file comment reference to struct  xfrm_replay_state_esn Steffen Klassert <steffen.klassert@secunet.com> - 2016-09-09 10:30 +0200

csiph-web