Skip to content

Commit 80ebc42

Browse files
yeyunfeng-devJiri Kosina
authored andcommitted
genirq: fix kerneldoc comment for irq_desc
commit 0c6f8a8 ("genirq: Remove compat code") deleted the @status member of irq_desc, but forgot to update the comment. Signed-off-by: Yunfeng Ye <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent aad7012 commit 80ebc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/irqdesc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct pt_regs;
2424
* @handle_irq: highlevel irq-events handler
2525
* @preflow_handler: handler called before the flow handler (currently used by sparc)
2626
* @action: the irq action chain
27-
* @status: status information
27+
* @status_use_accessors: status information
2828
* @core_internal_state__do_not_mess_with_it: core internal status information
2929
* @depth: disable-depth, for nested irq_disable() calls
3030
* @wake_depth: enable depth, for multiple irq_set_irq_wake() callers

0 commit comments

Comments
 (0)