[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405451890-6057-1-git-send-email-xerofoify@gmail.com>
Date: Tue, 15 Jul 2014 15:18:06 -0400
From: Nicholas Krause <xerofoify@...il.com>
To: rth@...ddle.net
Cc: ink@...assic.park.msu.ru, mattst88@...il.com,
linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/5] alpha: checkpatch whitespace errors in misc.c
This patch runs cleanfile against this file in order to remove all
outstanding whitespace errors caught when I ran checkpatch on it.
---
arch/alpha/boot/misc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c
index 3ff9a95..3f86c3e 100644
--- a/arch/alpha/boot/misc.c
+++ b/arch/alpha/boot/misc.c
@@ -1,7 +1,7 @@
/*
* misc.c
- *
- * This is a collection of several routines from gzip-1.0.3
+ *
+ * This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
@@ -10,7 +10,7 @@
*
* Nicolas Pitre <nico@...uaide.com> 1999/04/14 :
* For this code to run directly from Flash, all constant variables must
- * be marked with 'const' and all other variables initialized at run-time
+ * be marked with 'const' and all other variables initialized at run-time
* only. This way all non constant variables will end up in the bss segment,
* which should point to addresses in RAM and cleared to 0 on start.
* This allows for a much quicker boot time.
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists