diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 09:16:37 -0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-05-16 11:25:59 -0400 |
commit | 9bb9a39ce51eae886575251e87d9292f679e3e32 (patch) | |
tree | 3c15c051fb19cfd82eedbc25e23efe5577a88900 /drivers/ata/ahci.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/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2fc52407306c..fd712e0e9d87 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -24,7 +24,7 @@ * * * libata documentation is available via 'make {ps|pdf}docs', - * as Documentation/DocBook/libata.* + * as Documentation/driver-api/libata.rst * * AHCI hardware documentation: * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf |