]> Pileus Git - ~andy/linux/blobdiff - Documentation/DocBook/genericirq.tmpl
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[~andy/linux] / Documentation / DocBook / genericirq.tmpl
index c671a01680965f5008ddc87b67c1049b3e519cbd..1448b33fd22272e457e150234a877a54e5082571 100644 (file)
@@ -417,8 +417,8 @@ desc->chip->end();
       </para>
       <para>
        To make use of the split implementation, replace the call to
-       __do_IRQ by a call to desc->chip->handle_irq() and associate
-        the appropriate handler function to desc->chip->handle_irq().
+       __do_IRQ by a call to desc->handle_irq() and associate
+        the appropriate handler function to desc->handle_irq().
        In most cases the generic handler implementations should
        be sufficient.
      </para>