]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUM
authorDaniel Axtens <dja@axtens.net>
Wed, 14 Feb 2018 07:05:32 +0000 (18:05 +1100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2018 19:52:39 +0000 (14:52 -0500)
The doc originally called it SKB_GSO_REMCSUM. Fix it.

Fixes: f7a6272bf3cb ("Documentation: Add documentation for TSO and GSO features")
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/segmentation-offloads.txt

index 2cda12ab7075082d92c44e82baba1cf4760238a1..b247471a183c001884fd1ed8414307736353419f 100644 (file)
@@ -87,10 +87,10 @@ SKB_GSO_UDP_TUNNEL_CSUM.  These two additional tunnel types reflect the
 fact that the outer header also requests to have a non-zero checksum
 included in the outer header.
 
-Finally there is SKB_GSO_REMCSUM which indicates that a given tunnel header
-has requested a remote checksum offload.  In this case the inner headers
-will be left with a partial checksum and only the outer header checksum
-will be computed.
+Finally there is SKB_GSO_TUNNEL_REMCSUM which indicates that a given tunnel
+header has requested a remote checksum offload.  In this case the inner
+headers will be left with a partial checksum and only the outer header
+checksum will be computed.
 
 Generic Segmentation Offload
 ============================