diff mbox series

docs: networking: Fix a typo

Message ID 20210320210703.32588-1-unixbhaskar@gmail.com
State New
Headers show
Series docs: networking: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 20, 2021, 9:07 p.m. UTC
s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/networking/xfrm_device.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.2

Comments

Randy Dunlap March 20, 2021, 10:39 p.m. UTC | #1
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/subsytem/subsystem/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> Documentation/networking/xfrm_device.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/xfrm_device.rst b/Documentation/networking/xfrm_device.rst
> index da1073acda96..01391dfd37d9 100644
> --- a/Documentation/networking/xfrm_device.rst
> +++ b/Documentation/networking/xfrm_device.rst
> @@ -50,7 +50,7 @@ Callbacks to implement
>
> The NIC driver offering ipsec offload will need to implement these
> callbacks to make the offload available to the network stack's
> -XFRM subsytem.  Additionally, the feature bits NETIF_F_HW_ESP and
> +XFRM subsystem.  Additionally, the feature bits NETIF_F_HW_ESP and
> NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.
>
>
> --
> 2.26.2
>
>
diff mbox series

Patch

diff --git a/Documentation/networking/xfrm_device.rst b/Documentation/networking/xfrm_device.rst
index da1073acda96..01391dfd37d9 100644
--- a/Documentation/networking/xfrm_device.rst
+++ b/Documentation/networking/xfrm_device.rst
@@ -50,7 +50,7 @@  Callbacks to implement

 The NIC driver offering ipsec offload will need to implement these
 callbacks to make the offload available to the network stack's
-XFRM subsytem.  Additionally, the feature bits NETIF_F_HW_ESP and
+XFRM subsystem.  Additionally, the feature bits NETIF_F_HW_ESP and
 NETIF_F_HW_ESP_TX_CSUM will signal the availability of the offload.