Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144e2ce6 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Rusty Russell
Browse files

cpumask: Remove mask field from comments



By 7be23e278f, mask field was deleted by irqaction. However, it was not
deleted from comment.

Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent ef79f8e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ typedef irqreturn_t (*irq_handler_t)(int, void *);
 * struct irqaction - per interrupt action descriptor
 * @handler:	interrupt handler function
 * @flags:	flags (see IRQF_* above)
 * @mask:	no comment as it is useless and about to be removed
 * @name:	name of the device
 * @dev_id:	cookie to identify the device
 * @next:	pointer to the next irqaction for shared interrupts