diff options
Diffstat (limited to 'Documentation/DocBook/libata.tmpl')
-rw-r--r-- | Documentation/DocBook/libata.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index ff3e5bec1c24..265c08c96fcd 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl | |||
@@ -477,7 +477,7 @@ void (*host_stop) (struct ata_host_set *host_set); | |||
477 | allocates space for a legacy IDE PRD table and returns. | 477 | allocates space for a legacy IDE PRD table and returns. |
478 | </para> | 478 | </para> |
479 | <para> | 479 | <para> |
480 | ->port_stop() is called after ->host_stop(). It's sole function | 480 | ->port_stop() is called after ->host_stop(). Its sole function |
481 | is to release DMA/memory resources, now that they are no longer | 481 | is to release DMA/memory resources, now that they are no longer |
482 | actively being used. Many drivers also free driver-private | 482 | actively being used. Many drivers also free driver-private |
483 | data from port at this time. | 483 | data from port at this time. |