diff mbox series

[v2,2/4] doc: networking: convert offload files into RST and update references

Message ID 96cf13b1cbe5a4abb8aaf590cb9badb1dc010b0a.1546730285.git.ottosabart@seberm.com
State Not Applicable
Delegated to: David Miller
Headers show
Series doc: network: integrate offload documents into doc tree | expand

Commit Message

Otto Sabart Jan. 5, 2019, 11:29 p.m. UTC
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>
---
 .../networking/{checksum-offloads.txt => checksum-offloads.rst} | 0
 .../{segmentation-offloads.txt => segmentation-offloads.rst}    | 0
 include/linux/skbuff.h                                          | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/networking/{checksum-offloads.txt => checksum-offloads.rst} (100%)
 rename Documentation/networking/{segmentation-offloads.txt => segmentation-offloads.rst} (100%)
diff mbox series

Patch

diff --git a/Documentation/networking/checksum-offloads.txt b/Documentation/networking/checksum-offloads.rst
similarity index 100%
rename from Documentation/networking/checksum-offloads.txt
rename to Documentation/networking/checksum-offloads.rst
diff --git a/Documentation/networking/segmentation-offloads.txt b/Documentation/networking/segmentation-offloads.rst
similarity index 100%
rename from Documentation/networking/segmentation-offloads.txt
rename to Documentation/networking/segmentation-offloads.rst
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.