diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-05 18:35:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-05 18:35:02 -0800 |
commit | b5aef86e089a2d85a6d627372287785d08938cbe (patch) | |
tree | 2bba1c7b63c970b5568b5e591652b3d51cb7bf2e /Documentation/core-api | |
parent | 15b215e5aa29993c1b0f46693a1b482296bcf08e (diff) | |
parent | 93fb7f19985a08bbe3b76da0b35e97b6e472e4a5 (diff) | |
download | linux-b5aef86e089a2d85a6d627372287785d08938cbe.tar.bz2 |
Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet:
"A handful of late-arriving documentation fixes"
* tag 'docs-5.0-fixes' of git://git.lwn.net/linux:
doc: filesystems: fix bad references to nonexistent ext4.rst file
Documentation/admin-guide: update URL of LKML information link
Docs/kernel-api.rst: Remove blk-tag.c reference
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 3431337ee4e6..cdd24943fbcc 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -291,12 +291,6 @@ Block Devices .. kernel-doc:: block/blk-lib.c :export: -.. kernel-doc:: block/blk-tag.c - :export: - -.. kernel-doc:: block/blk-tag.c - :internal: - .. kernel-doc:: block/blk-integrity.c :export: |