diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 16:52:56 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 13:44:20 +0200 |
commit | 19285f3c4669c8b0cea8fb6c452c83db9e6386be (patch) | |
tree | 1b95edfe28828e92380928bac758e1a0353637d7 /drivers/ata/pdc_adma.c | |
parent | MAINTAINERS: update old references for DocBook directory (diff) | |
download | linux-19285f3c4669c8b0cea8fb6c452c83db9e6386be.tar.xz linux-19285f3c4669c8b0cea8fb6c452c83db9e6386be.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>
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 64d682c6ee57..f1e873a37465 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c @@ -21,7 +21,7 @@ * * * libata documentation is available via 'make {ps|pdf}docs', - * as Documentation/DocBook/libata.* + * as Documentation/driver-api/libata.rst * * * Supports ATA disks in single-packet ADMA mode. |