public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86, setup: Rename BOOT_ISDIGIT_H -> BOOT_CTYPE_H
@ 2015-01-03  6:52 Alexander Kuleshov
  2015-01-03 12:01 ` Borislav Petkov
  2015-01-16  8:07 ` [tip:x86/cleanups] x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H tip-bot for Alexander Kuleshov
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-03  6:52 UTC (permalink / raw)
  To: H. Peter Anvin
  Cc: Thomas Gleixner, Ingo Molnar, x86, linux-kernel,
	Alexander Kuleshov

arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h at
6238b47b58480cd9c092600c05338dbe261b71ce.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 arch/x86/boot/ctype.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/boot/ctype.h b/arch/x86/boot/ctype.h
index 25e1340..d249ccc 100644
--- a/arch/x86/boot/ctype.h
+++ b/arch/x86/boot/ctype.h
@@ -1,6 +1,6 @@
-#ifndef BOOT_ISDIGIT_H
+#ifndef BOOT_CTYPE_H
 
-#define BOOT_ISDIGIT_H
+#define BOOT_CTYPE_H
 
 static inline int isdigit(int ch)
 {
-- 
2.2.1.202.g44ae4ee.dirty


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

end of thread, other threads:[~2015-01-16  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03  6:52 [PATCH] x86, setup: Rename BOOT_ISDIGIT_H -> BOOT_CTYPE_H Alexander Kuleshov
2015-01-03 12:01 ` Borislav Petkov
2015-01-16  8:07 ` [tip:x86/cleanups] x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H tip-bot for Alexander Kuleshov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox