aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorOtto Sabart <ottosabart@seberm.com>2019-01-06 00:29:15 +0100
committerJonathan Corbet <corbet@lwn.net>2019-01-07 15:27:34 -0700
commitd0dcde6426ce071ad447fb9d91c85ab649026114 (patch)
tree8827350f285e6006173a7c13a0153174313ce6b0 /include/linux/skbuff.h
parentdoc: networking: prepare offload documents for conversion into RST (diff)
downloadlinux-dev-d0dcde6426ce071ad447fb9d91c85ab649026114.tar.xz
linux-dev-d0dcde6426ce071ad447fb9d91c85ab649026114.zip
doc: networking: convert offload files into RST and update references
This patch renames offload files. This is necessary for Sphinx. Also update reference to checksum-offloads.rst file. Whole kernel code was grepped for references using: $ grep -r "\(segmentation\|checksum\)-offloads.txt" . There should be no other references to {segmentation,checksum}-offloads.txt files. Signed-off-by: Otto Sabart <ottosabart@seberm.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 93f56fddd92a..4e671b46e767 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -4296,7 +4296,7 @@ static inline bool skb_head_is_locked(const struct sk_buff *skb)
/* Local Checksum Offload.
* Compute outer checksum based on the assumption that the
* inner checksum will be offloaded later.
- * See Documentation/networking/checksum-offloads.txt for
+ * See Documentation/networking/checksum-offloads.rst for
* explanation of how this works.
* Fill in outer checksum adjustment (e.g. with sum of outer
* pseudo-header) before calling.