From: Bhaskar Chowdhury Date: Sat, 20 Mar 2021 21:07:03 +0000 (+0530) Subject: docs: networking: Fix a typo X-Git-Tag: v5.12-rc5~23^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=87d77e59d1ebc31850697341ab15ca013004b81b;p=linux-block.git docs: networking: Fix a typo s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- 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.