Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579178
| From | Kishore Karanala <kishore.karanala@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] Staging: setup.c: fixed ERROR: trailing whitespace |
| Date | 2017-02-12 09:20 +0100 |
| Message-ID | <t9Xy1-3SM-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed ERROR: trailing whitespace issues
Signed-off-by: Kishore Karanala <kishore.karanala@gmail.com>
---
arch/x86/kernel/setup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 5fa3194..1a1e986 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -723,7 +723,7 @@ static void __init trim_snb_memory(void)
* already been reserved.
*/
memblock_reserve(0, 1<<20);
-
+
for (i = 0; i < ARRAY_SIZE(bad_pages); i++) {
if (memblock_reserve(bad_pages[i], PAGE_SIZE))
printk(KERN_WARNING "failed to reserve 0x%08lx\n",
@@ -815,7 +815,7 @@ static void __init trim_low_memory_range(void)
{
memblock_reserve(0, ALIGN(reserve_low, PAGE_SIZE));
}
-
+
/*
* Dump out kernel offset information on panic.
*/
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] Staging: setup.c: fixed ERROR: trailing whitespace Kishore Karanala <kishore.karanala@gmail.com> - 2017-02-12 09:20 +0100 Re: [PATCH 2/2] Staging: setup.c: fixed ERROR: trailing whitespace Thomas Gleixner <tglx@linutronix.de> - 2017-02-12 11:50 +0100
csiph-web