diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 14:16:37 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-05-16 17:25:59 +0200 |
commit | 9bb9a39ce51eae886575251e87d9292f679e3e32 (patch) | |
tree | 3c15c051fb19cfd82eedbc25e23efe5577a88900 /include | |
parent | libata: fix identation on a kernel-doc markup (diff) | |
download | linux-9bb9a39ce51eae886575251e87d9292f679e3e32.tar.xz linux-9bb9a39ce51eae886575251e87d9292f679e3e32.zip |
ata: update references for libata documentation
The libata documentation is now using ReST. Update references
to it to point to the new place.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ata.h | 2 | ||||
-rw-r--r-- | include/linux/libata.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index ad7d9ee89ff0..73fe18edfdaf 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -20,7 +20,7 @@ * * * libata documentation is available via 'make {ps|pdf}docs', - * as Documentation/DocBook/libata.* + * as Documentation/driver-api/libata.rst * * Hardware documentation available from http://www.t13.org/ * diff --git a/include/linux/libata.h b/include/linux/libata.h index c9a69fc8821e..9e6633235ad7 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -19,7 +19,7 @@ * * * libata documentation is available via 'make {ps|pdf}docs', - * as Documentation/DocBook/libata.* + * as Documentation/driver-api/libata.rst * */ |