netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn
@ 2016-09-08 17:55 Richard Guy Briggs
  2016-09-08 18:42 ` Richard Guy Briggs
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Guy Briggs @ 2016-09-08 17:55 UTC (permalink / raw)
  To: netdev, linux-kernel; +Cc: Richard Guy Briggs, paul

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-09  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 17:55 [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Richard Guy Briggs
2016-09-08 18:42 ` Richard Guy Briggs
2016-09-09  8:23   ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).