diff options
author | Mauro Carvalho Chehab | 2017-05-16 09:16:37 -0300 |
---|---|---|
committer | Tejun Heo | 2017-05-16 11:25:59 -0400 |
commit | 9bb9a39ce51eae886575251e87d9292f679e3e32 (patch) | |
tree | 3c15c051fb19cfd82eedbc25e23efe5577a88900 /drivers/ata/libata-eh.c | |
parent | 6baf20bce8318b3245a1f1fbcb290256b3c44a15 (diff) |
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 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index ef68232b5222..7e33e200aae5 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -25,7 +25,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/ and * http://www.sata-io.org/ |