r1747 - in trunk/linux-2.6.x

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Sun Apr 29 09:26:47 CEST 2007


Author: amadeus
Date: 2007-04-29 09:26:42 +0200 (Sun, 29 Apr 2007)
New Revision: 1747

Log:
Some cosmetic

Modified: trunk/linux-2.6.x/drivers/block/dldi_s.S
===================================================================
--- trunk/linux-2.6.x/drivers/block/dldi_s.S	2007-04-28 16:31:55 UTC (rev 1746)
+++ trunk/linux-2.6.x/drivers/block/dldi_s.S	2007-04-29 07:26:42 UTC (rev 1747)
@@ -50,14 +50,14 @@
 @---------------------------------------------------------------------------------
 @ IO_INTERFACE data -- 32 bytes
 _io_dldi:
-	.ascii	"DLDI"					@ ioType
-	.word	0x00000000				@ Features
-	.word	_DLDI_startup			@ 
-	.word	_DLDI_isInserted		@ 
-	.word	_DLDI_readSectors		@   Function pointers to standard device driver functions
-	.word	_DLDI_writeSectors		@ 
-	.word	_DLDI_clearStatus		@ 
-	.word	_DLDI_shutdown			@ 
+	.ascii	"DLDI"			@ ioType
+	.word	0x00000000		@ Features
+	.word	_DLDI_startup		@ 
+	.word	_DLDI_isInserted	@ 
+	.word	_DLDI_readSectors	@   Function pointers to standard device driver functions
+	.word	_DLDI_writeSectors	@ 
+	.word	_DLDI_clearStatus	@ 
+	.word	_DLDI_shutdown		@ 
 	
 @---------------------------------------------------------------------------------
 
@@ -67,8 +67,8 @@
 _DLDI_writeSectors:
 _DLDI_clearStatus:
 _DLDI_shutdown:
-	mov		r0, #0x00				@ Return false for every function
-	bx		lr
+	mov	r0, #0x00		@ Return false for every function
+	bx	lr
 
 
 
@@ -76,7 +76,7 @@
 	.align
 	.pool
 
-.space 32632						@ Fill to 32KiB
+.space 32632				@ Fill to 32KiB
 
 _dldi_end:
 

Modified: trunk/linux-2.6.x/include/asm-arm/arch-nds/gbaram.h
===================================================================
--- trunk/linux-2.6.x/include/asm-arm/arch-nds/gbaram.h	2007-04-28 16:31:55 UTC (rev 1746)
+++ trunk/linux-2.6.x/include/asm-arm/arch-nds/gbaram.h	2007-04-29 07:26:42 UTC (rev 1747)
@@ -34,7 +34,7 @@
 /* Length in Bytes of the GBA RAM area */
 extern u32 gba_length;
 
-/* Try to activate GBA RAM and the the variables above */
+/* Try to activate GBA RAM and set the variables above */
 extern int gba_activate_ram(void);
 
 




More information about the dslinux-commit mailing list