Hello, I was planning to add more fixes in separated commit, but while working on it, apparently it could be part of the previous commit. Apologies, find updated patch. Missatge de Héctor Orón Martínez <hector.oron@xxxxxxxxx> del dia dl., 28 d’oct. 2019 a les 18:12: > > Hello, > > Find patch attached to fix some warnings about unused files in > toctree and unexistent files, listed in toctrees. > > Regards > -- > Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-.
From 4c10f2574fe10fd197491d24a6494843eb136c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= <hector.oron@xxxxxxxxx> Date: Mon, 28 Oct 2019 17:49:21 +0100 Subject: [PATCH] doc: fix warnings for unused files in toctree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are a bunch of warnings for missing files in the toctree, and there are files that have been removed. The following change fix those warnings. Signed-off-by: Héctor Orón Martínez <hector.oron@xxxxxxxxx> --- Documentation/admin-guide/device-mapper/index.rst | 1 + Documentation/admin-guide/perf/index.rst | 1 + Documentation/driver-api/dma-buf.rst | 12 ------------ Documentation/driver-api/index.rst | 1 - Documentation/gpu/i915.rst | 9 --------- Documentation/misc-devices/index.rst | 1 - Documentation/usb/index.rst | 2 -- Documentation/usb/text_files.rst | 6 ------ 8 files changed, 2 insertions(+), 31 deletions(-) diff --git a/Documentation/admin-guide/device-mapper/index.rst b/Documentation/admin-guide/device-mapper/index.rst index c77c58b8f67b..3ff568d60759 100644 --- a/Documentation/admin-guide/device-mapper/index.rst +++ b/Documentation/admin-guide/device-mapper/index.rst @@ -19,6 +19,7 @@ Device Mapper dm-service-time dm-uevent dm-zoned + dm-clone era kcopyd linear diff --git a/Documentation/admin-guide/perf/index.rst b/Documentation/admin-guide/perf/index.rst index ee4bfd2a740f..0f450a1f64c8 100644 --- a/Documentation/admin-guide/perf/index.rst +++ b/Documentation/admin-guide/perf/index.rst @@ -14,3 +14,4 @@ Performance monitor support xgene-pmu arm_dsu_pmu thunderx2-pmu + imx-ddr diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index b541e97c7ab1..d2f3c95ea9ed 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -115,18 +115,6 @@ Kernel Functions and Structures Reference .. kernel-doc:: include/linux/dma-buf.h :internal: -Reservation Objects -------------------- - -.. kernel-doc:: drivers/dma-buf/reservation.c - :doc: Reservation Object Overview - -.. kernel-doc:: drivers/dma-buf/reservation.c - :export: - -.. kernel-doc:: include/linux/reservation.h - :internal: - DMA Fences ---------- diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 38e638abe3eb..6d46ceeb62c4 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -93,7 +93,6 @@ available subsections can be seen below. pwm rfkill serial/index - sgi-ioc4 sm501 smsc_ece1099 switchtec diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst index 3415255ad3dc..7d1f65612856 100644 --- a/Documentation/gpu/i915.rst +++ b/Documentation/gpu/i915.rst @@ -358,15 +358,6 @@ Batchbuffer Parsing .. kernel-doc:: drivers/gpu/drm/i915/i915_cmd_parser.c :internal: -Batchbuffer Pools ------------------ - -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c - :doc: batch pool - -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_batch_pool.c - :internal: - User Batchbuffer Execution -------------------------- diff --git a/Documentation/misc-devices/index.rst b/Documentation/misc-devices/index.rst index f11c5daeada5..a57f92dfe49a 100644 --- a/Documentation/misc-devices/index.rst +++ b/Documentation/misc-devices/index.rst @@ -20,4 +20,3 @@ fit into other categories. isl29003 lis3lv02d max6875 - xilinx_sdfec diff --git a/Documentation/usb/index.rst b/Documentation/usb/index.rst index e55386a4abfb..36b6ebd9a9d9 100644 --- a/Documentation/usb/index.rst +++ b/Documentation/usb/index.rst @@ -22,11 +22,9 @@ USB support misc_usbsevseg mtouchusb ohci - rio usbip_protocol usbmon usb-serial - wusb-design-overview usb-help text_files diff --git a/Documentation/usb/text_files.rst b/Documentation/usb/text_files.rst index 6a8d3fcf64b6..1c18c05c3920 100644 --- a/Documentation/usb/text_files.rst +++ b/Documentation/usb/text_files.rst @@ -16,12 +16,6 @@ USB devfs drop permissions source .. literalinclude:: usbdevfs-drop-permissions.c :language: c -WUSB command line script to manipulate auth credentials -------------------------------------------------------- - -.. literalinclude:: wusb-cbaf - :language: shell - Credits ------- -- 2.20.1