diff options
author | Yunfeng Ye <yeyunfeng@huawei.com> | 2019-09-18 10:28:33 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-17 21:13:32 +0300 |
commit | 80ebc420ec59a7c9bcf37881b7d80f68c937ed46 (patch) | |
tree | 379d0693d88dc9229245ecfefdb894fdeaa48329 /include/linux/irqdesc.h | |
parent | aad7012c3152209d49b5442550e2aae09bfe7947 (diff) | |
download | linux-80ebc420ec59a7c9bcf37881b7d80f68c937ed46.tar.xz |
genirq: fix kerneldoc comment for irq_desc
commit 0c6f8a8b917a ("genirq: Remove compat code") deleted the @status
member of irq_desc, but forgot to update the comment.
Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/irqdesc.h')
-rw-r--r-- | include/linux/irqdesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index d6e2ab538ef2..8f2820c5e69e 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -24,7 +24,7 @@ struct pt_regs; * @handle_irq: highlevel irq-events handler * @preflow_handler: handler called before the flow handler (currently used by sparc) * @action: the irq action chain - * @status: status information + * @status_use_accessors: status information * @core_internal_state__do_not_mess_with_it: core internal status information * @depth: disable-depth, for nested irq_disable() calls * @wake_depth: enable depth, for multiple irq_set_irq_wake() callers |