Skip to content

Commit 34a3d4b

Browse files
rgbriggsklassert
authored andcommitted
xfrm: fix header file comment reference to struct xfrm_replay_state_esn
Reported-by: Paul Wouters <[email protected]> Signed-off-by: Richard Guy Briggs <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 2d2be8c commit 34a3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/xfrm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ enum xfrm_attr_type_t {
298298
XFRMA_ALG_AUTH_TRUNC, /* struct xfrm_algo_auth */
299299
XFRMA_MARK, /* struct xfrm_mark */
300300
XFRMA_TFCPAD, /* __u32 */
301-
XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_esn */
301+
XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */
302302
XFRMA_SA_EXTRA_FLAGS, /* __u32 */
303303
XFRMA_PROTO, /* __u8 */
304304
XFRMA_ADDRESS_FILTER, /* struct xfrm_address_filter */

0 commit comments

Comments
 (0)