2009-10-22 03:39:26

by Michael Neuling

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>

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


2009-10-24 01:05:32

by Michael Neuling

[permalink] [raw]
Subject: [tip:branch?] irq: trivial: Fix typo in comment for #endif

Commit-ID: 40b1f4e5113eafc5e84f2ba86822df66087fcb25
Gitweb: http://git.kernel.org/tip/40b1f4e5113eafc5e84f2ba86822df66087fcb25
Author: Michael Neuling <[email protected]>
AuthorDate: Thu, 22 Oct 2009 14:39:28 +1100
Committer: Ingo Molnar <[email protected]>
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 <[email protected]>
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
---
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