CRISv10: Whitespace fixes for hw_settings.S

Previous thread: CRISv32: Remove duplicated Kconfig items. by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)

Next thread: ksz884x: convert to netdev_tx_t by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)
From: Linux Kernel Mailing List
Date: Tuesday, June 1, 2010 - 9:59 am

Gitweb:     http://git.kernel.org/linus/6b9c88e2a3961346db1a23d967585af16ff33f05
Commit:     6b9c88e2a3961346db1a23d967585af16ff33f05
Parent:     2f941a1be362cc2966ccb63cf15ccdfdb12a5a69
Author:     Jesper Nilsson <jesper.nilsson@axis.com>
AuthorDate: Tue May 25 15:04:06 2010 +0200
Committer:  Jesper Nilsson <jesper.nilsson@axis.com>
CommitDate: Tue May 25 15:04:06 2010 +0200

    CRISv10: Whitespace fixes for hw_settings.S
    
    Remove trailing whitespace.
    
    Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
    Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
---
 arch/cris/arch-v10/lib/hw_settings.S |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/arch/cris/arch-v10/lib/hw_settings.S b/arch/cris/arch-v10/lib/hw_settings.S
index 56905aa..c09f19f 100644
--- a/arch/cris/arch-v10/lib/hw_settings.S
+++ b/arch/cris/arch-v10/lib/hw_settings.S
@@ -1,13 +1,11 @@
 /*
- * $Id: hw_settings.S,v 1.1 2001/12/17 13:59:27 bjornw Exp $
- * 
  * This table is used by some tools to extract hardware parameters.
  * The table should be included in the kernel and the decompressor.
  * Don't forget to update the tools if you change this table.
  *
  * Copyright (C) 2001 Axis Communications AB
  *
- * Authors:  Mikael Starvik (starvik@axis.com)	
+ * Authors:  Mikael Starvik (starvik@axis.com)
  */
 
 #define PA_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PA_DIR << 8) | \
@@ -15,13 +13,13 @@
 #define PB_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG << 16) | \
 		(CONFIG_ETRAX_DEF_R_PORT_PB_DIR << 8) | \
 		(CONFIG_ETRAX_DEF_R_PORT_PB_DATA))
-	
+
 	.ascii "HW_PARAM_MAGIC" ; Magic number
 	.dword 0xc0004000	; Kernel start address
 
 	; Debug port
 #ifdef CONFIG_ETRAX_DEBUG_PORT0
-	.dword 0		
+	.dword 0
 #elif defined(CONFIG_ETRAX_DEBUG_PORT1)
 	.dword 1
 #elif defined(CONFIG_ETRAX_DEBUG_PORT2)
@@ -30,7 +28,7 @@
 	.dword 3
 #else
 	.dword 4 ; No debug
-#endif			
+#endif
 
 	; SDRAM or EDO DRAM?
 #ifdef ...
Previous thread: CRISv32: Remove duplicated Kconfig items. by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)

Next thread: ksz884x: convert to netdev_tx_t by Linux Kernel Mailing List on Tuesday, June 1, 2010 - 9:59 am. (1 message)