diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-21 02:37:03 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-20 19:02:42 -0700 |
commit | 87d77e59d1ebc31850697341ab15ca013004b81b (patch) | |
tree | ba1e93dcf30c78f201f12d3f16fae89eba308db7 /Documentation | |
parent | f658b90977d2e79822a558e48116e059a7e75dec (diff) |
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.rst | 2 |
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. |