All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial: Fix typo in comment for #endif
@ 2009-10-22  3:39 Michael Neuling
  2009-10-24  1:04 ` [tip:branch?] irq: " tip-bot for Michael Neuling
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Neuling @ 2009-10-22  3:39 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, michael

The comment suggests this #endif is CONFIG_X86 but it's really
CONFIG_TRACE_IRQFLAGS_SUPPORT

Signed-off-by: Michael Neuling <mikey@neuling.org>

diff --git a/include/linux/irqflags.h b/include/linux/irqflags.h
index b02a3f1..006bf45 100644
--- a/include/linux/irqflags.h
+++ b/include/linux/irqflags.h
@@ -124,6 +124,6 @@
 	typecheck(unsigned long, flags);	\
 	raw_irqs_disabled_flags(flags);		\
 })
-#endif		/* CONFIG_X86 */
+#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */
 
 #endif

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

* [tip:branch?] irq: trivial: Fix typo in comment for #endif
  2009-10-22  3:39 [PATCH] trivial: Fix typo in comment for #endif Michael Neuling
@ 2009-10-24  1:04 ` tip-bot for Michael Neuling
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Michael Neuling @ 2009-10-24  1:04 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tglx, mingo, mikey

Commit-ID:  40b1f4e5113eafc5e84f2ba86822df66087fcb25
Gitweb:     http://git.kernel.org/tip/40b1f4e5113eafc5e84f2ba86822df66087fcb25
Author:     Michael Neuling <mikey@neuling.org>
AuthorDate: Thu, 22 Oct 2009 14:39:28 +1100
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Fri, 23 Oct 2009 08:28:10 +0200

irq: trivial: Fix typo in comment for #endif

The comment suggests this #endif is CONFIG_X86 but it's really
CONFIG_TRACE_IRQFLAGS_SUPPORT

Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: michael@ellerman.id.au
LKML-Reference: <18191.1256182768@neuling.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 include/linux/irqflags.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/irqflags.h b/include/linux/irqflags.h
index b02a3f1..006bf45 100644
--- a/include/linux/irqflags.h
+++ b/include/linux/irqflags.h
@@ -124,6 +124,6 @@
 	typecheck(unsigned long, flags);	\
 	raw_irqs_disabled_flags(flags);		\
 })
-#endif		/* CONFIG_X86 */
+#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */
 
 #endif

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

end of thread, other threads:[~2009-10-24  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22  3:39 [PATCH] trivial: Fix typo in comment for #endif Michael Neuling
2009-10-24  1:04 ` [tip:branch?] irq: " tip-bot for Michael Neuling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.