diff mbox series

xfrm: fix error in comment

Message ID 20200415194710.32449-1-antony@phenome.org
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series xfrm: fix error in comment | expand

Commit Message

Antony Antony April 15, 2020, 7:47 p.m. UTC
s/xfrm_state_offload/xfrm_user_offload/

Fixes: d77e38e612a ("xfrm: Add an IPsec hardware offloading API")
Signed-off-by: Antony Antony <antony@phenome.org>
---
 include/uapi/linux/xfrm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steffen Klassert April 20, 2020, 10:40 a.m. UTC | #1
On Wed, Apr 15, 2020 at 09:47:10PM +0200, Antony Antony wrote:
> s/xfrm_state_offload/xfrm_user_offload/
> 
> Fixes: d77e38e612a ("xfrm: Add an IPsec hardware offloading API")
> Signed-off-by: Antony Antony <antony@phenome.org>

Patch applied, thanks!
diff mbox series

Patch

diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
index 5f3b9fec7b5f..ff7cfdc6cb44 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -304,7 +304,7 @@  enum xfrm_attr_type_t {
 	XFRMA_PROTO,		/* __u8 */
 	XFRMA_ADDRESS_FILTER,	/* struct xfrm_address_filter */
 	XFRMA_PAD,
-	XFRMA_OFFLOAD_DEV,	/* struct xfrm_state_offload */
+	XFRMA_OFFLOAD_DEV,	/* struct xfrm_user_offload */
 	XFRMA_SET_MARK,		/* __u32 */
 	XFRMA_SET_MARK_MASK,	/* __u32 */
 	XFRMA_IF_ID,		/* __u32 */