diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-03-30 09:01:32 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-04-07 22:41:34 +0300 |
commit | 2abf99b94c17405ae991aceedc7b3ca3e70ea299 (patch) | |
tree | 9ed08b53340db242d6aa4a1c39e512ce07fba895 /Documentation/driver-api | |
parent | 869903904242bc0a989f6f47b717ffc0bb3c9864 (diff) | |
download | linux-2abf99b94c17405ae991aceedc7b3ca3e70ea299.tar.xz |
docs: driver-api: address duplicate label warning
Delete identically named subsection to fix Documentation warning:
Documentation/driver-api/w1.rst:11: \
WARNING: duplicate label driver-api/w1:w1 api internal to the kernel, \
other instance in Documentation/driver-api/w1.rst
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20200330060132.7773-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/w1.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/w1.rst b/Documentation/driver-api/w1.rst index 9963cca788a1..bda3ad60f655 100644 --- a/Documentation/driver-api/w1.rst +++ b/Documentation/driver-api/w1.rst @@ -7,9 +7,6 @@ W1: Dallas' 1-wire bus W1 API internal to the kernel ============================= -W1 API internal to the kernel ------------------------------ - include/linux/w1.h ~~~~~~~~~~~~~~~~~~ |