aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-21 02:37:03 +0530
committerDavid S. Miller <davem@davemloft.net>2021-03-20 19:02:42 -0700
commit87d77e59d1ebc31850697341ab15ca013004b81b (patch)
treeba1e93dcf30c78f201f12d3f16fae89eba308db7 /Documentation
parentr8169: fix DMA being used after buffer free if WoL is enabled (diff)
downloadlinux-dev-87d77e59d1ebc31850697341ab15ca013004b81b.tar.xz
linux-dev-87d77e59d1ebc31850697341ab15ca013004b81b.zip
docs: networking: Fix a typo
s/subsytem/subsystem/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/xfrm_device.rst2
1 files changed, 1 insertions, 1 deletions
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.