netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfrm: fix error in comment
@ 2020-04-15 19:47 Antony Antony
  2020-04-20 10:40 ` Steffen Klassert
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Antony @ 2020-04-15 19:47 UTC (permalink / raw)
  To: netdev, Herbert Xu, Steffen Klassert; +Cc: Antony Antony

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(-)

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 */
-- 
2.21.1


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

* Re: [PATCH] xfrm: fix error in comment
  2020-04-15 19:47 [PATCH] xfrm: fix error in comment Antony Antony
@ 2020-04-20 10:40 ` Steffen Klassert
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Klassert @ 2020-04-20 10:40 UTC (permalink / raw)
  To: Antony Antony; +Cc: netdev, Herbert Xu

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!

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

end of thread, other threads:[~2020-04-20 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 19:47 [PATCH] xfrm: fix error in comment Antony Antony
2020-04-20 10:40 ` 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).