From: tip-bot for Alexander Kuleshov <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
bp@suse.de, kuleshovmail@gmail.com, tglx@linutronix.de
Subject: [tip:x86/cleanups] x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H
Date: Fri, 16 Jan 2015 00:07:04 -0800 [thread overview]
Message-ID: <tip-60b217a03b1156a22926ec0770c2aa08679ea769@git.kernel.org> (raw)
In-Reply-To: <1420267941-26390-1-git-send-email-kuleshovmail@gmail.com>
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)
{
prev parent reply other threads:[~2015-01-16 8:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-60b217a03b1156a22926ec0770c2aa08679ea769@git.kernel.org \
--to=tipbot@zytor.com \
--cc=bp@suse.de \
--cc=hpa@zytor.com \
--cc=kuleshovmail@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox