提交 b06824ce 编写于 作者: D David S. Miller

[DocBook]: Fix two typos in generic IRQ docs.

desc-status --> desc->status
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 729e7d7e
......@@ -303,10 +303,10 @@ desc->status |= running;
do {
if (desc->status &amp; masked)
desc->chip->enable();
desc-status &amp;= ~pending;
desc->status &amp;= ~pending;
handle_IRQ_event(desc->action);
} while (status &amp; pending);
desc-status &amp;= ~running;
desc->status &amp;= ~running;
desc->chip->end();
</programlisting>
</para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册