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

* Re: [PATCH] x86, setup: Rename BOOT_ISDIGIT_H -> BOOT_CTYPE_H
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2015-01-03 12:01 UTC (permalink / raw)
  To: Alexander Kuleshov
  Cc: H. Peter Anvin, Thomas Gleixner, Ingo Molnar, x86, linux-kernel

On Sat, Jan 03, 2015 at 12:52:21PM +0600, Alexander Kuleshov wrote:
> arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h at
> 6238b47b58480cd9c092600c05338dbe261b71ce.
> 
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>

Acked-by: Borislav Petkov <bp@suse.de>

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* [tip:x86/cleanups] x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H
  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-bot for Alexander Kuleshov
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Alexander Kuleshov @ 2015-01-16  8:07 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, bp, kuleshovmail, tglx

Commit-ID:  60b217a03b1156a22926ec0770c2aa08679ea769
Gitweb:     http://git.kernel.org/tip/60b217a03b1156a22926ec0770c2aa08679ea769
Author:     Alexander Kuleshov <kuleshovmail@gmail.com>
AuthorDate: Sat, 3 Jan 2015 12:52:21 +0600
Committer:  Borislav Petkov <bp@suse.de>
CommitDate: Tue, 13 Jan 2015 11:59:04 +0100

x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H

arch/x86/boot/isdigit.h was renamed to arch/x86/boot/ctype.h in
6238b47b5848 ("x86, setup: move isdigit.h to ctype.h, header files on top.")
Adjust guards too.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/1420267941-26390-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
---
 arch/x86/boot/ctype.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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

^ 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