aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/libata.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/libata.tmpl')
-rw-r--r--Documentation/DocBook/libata.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl
index ba9975771503..261b57bc6f08 100644
--- a/Documentation/DocBook/libata.tmpl
+++ b/Documentation/DocBook/libata.tmpl
@@ -490,7 +490,7 @@ void (*host_stop) (struct ata_host_set *host_set);
490 allocates space for a legacy IDE PRD table and returns. 490 allocates space for a legacy IDE PRD table and returns.
491 </para> 491 </para>
492 <para> 492 <para>
493 ->port_stop() is called after ->host_stop(). It's sole function 493 ->port_stop() is called after ->host_stop(). Its sole function
494 is to release DMA/memory resources, now that they are no longer 494 is to release DMA/memory resources, now that they are no longer
495 actively being used. Many drivers also free driver-private 495 actively being used. Many drivers also free driver-private
496 data from port at this time. 496 data from port at this time.