linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpumask: Remove mask field from comments
@ 2009-06-15  3:16 Nobuhiro Iwamatsu
  2009-06-15  5:50 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-06-15  3:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: rusty

Subject: [PATCH 1/2] cpumask: Remove mask field from comments

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

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
---
 include/linux/interrupt.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index 90ee0a8..80b7768 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -77,7 +77,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
-- 
1.6.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cpumask: Remove mask field from comments
  2009-06-15  3:16 [PATCH] cpumask: Remove mask field from comments Nobuhiro Iwamatsu
@ 2009-06-15  5:50 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2009-06-15  5:50 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu; +Cc: linux-kernel

On Mon, 15 Jun 2009 12:46:54 pm Nobuhiro Iwamatsu wrote:
> Subject: [PATCH 1/2] cpumask: Remove mask field from comments
>
> By 7be23e278f, mask field was deleted by irqaction. However, it was not
> deleted from comment.

Thanks, applied!

Rusty.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-15  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15  3:16 [PATCH] cpumask: Remove mask field from comments Nobuhiro Iwamatsu
2009-06-15  5:50 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).