[U-Boot-Users] [PATCH] Remove gaps and whitespaces in README file

Hebbar gururajakr at sanyo.co.in
Tue May 20 11:36:22 CEST 2008



>>
>>Rejected. You corrupt the nice alignment which IMHO  makes  the  code more
readable.


But few corrections in them doesnt break the alignment like the below ones

@ -608,7 +608,7 @@ The following options need to be configu
 		CONFIG_CMD_NAND		* NAND support
 		CONFIG_CMD_NET		  bootp, tftpboot, rarpboot
 		CONFIG_CMD_PCI		* pciinfo
-		CONFIG_CMD_PCMCIA		* PCMCIA support
+		CONFIG_CMD_PCMCIA	* PCMCIA support
 		CONFIG_CMD_PING		* send ICMP ECHO_REQUEST to network
 					  host
 		CONFIG_CMD_PORTIO	* Port I/O
@@ -618,7 +618,7 @@ The following options need to be configu
 		CONFIG_CMD_SCSI		* SCSI Support
 		CONFIG_CMD_SDRAM	* print SDRAM configuration information
 					  (requires CONFIG_CMD_I2C)
-		CONFIG_CMD_SETGETDCR	  Support for DCR Register access
+		CONFIG_CMD_SETGETDCR  Support for DCR Register access
 					  (4xx only)
 		CONFIG_CMD_SPI		* SPI serial bus support
 		CONFIG_CMD_USB		* USB support
@@ -1697,14 +1697,14 @@ The following options need to be configu
 
 Legacy uImage format:
 
-  Arg	Where			When
+  Arg	Where				When
     1	common/cmd_bootm.c	before attempting to boot an image
-   -1	common/cmd_bootm.c	Image header has bad	 magic number
+   -1	common/cmd_bootm.c	Image header has bad magic number
     2	common/cmd_bootm.c	Image header has correct magic number
-   -2	common/cmd_bootm.c	Image header has bad	 checksum
+   -2	common/cmd_bootm.c	Image header has bad checksum
     3	common/cmd_bootm.c	Image header has correct checksum
-   -3	common/cmd_bootm.c	Image data   has bad	 checksum
-    4	common/cmd_bootm.c	Image data   has correct checksum
+   -3	common/cmd_bootm.c	Image data has bad checksum
+    4	common/cmd_bootm.c	Image data has correct checksum
    -4	common/cmd_bootm.c	Image is for unsupported architecture
     5	common/cmd_bootm.c	Architecture check OK
    -5	common/cmd_bootm.c	Wrong Image Type (not kernel, multi)
@@ -1716,11 +1716,11 @@ Legacy uImage format:
    -9	common/cmd_bootm.c	Unsupported OS (not Linux, BSD, VxWorks, QNX)
 
     9	common/image.c		Start initial ramdisk verification
-  -10	common/image.c		Ramdisk header has bad	   magic number
-  -11	common/image.c		Ramdisk header has bad	   checksum
+  -10	common/image.c		Ramdisk header has bad magic number
+  -11	common/image.c		Ramdisk header has bad checksum
    10	common/image.c		Ramdisk header is OK
-  -12	common/image.c		Ramdisk data   has bad	   checksum
-   11	common/image.c		Ramdisk data   has correct checksum
+  -12	common/image.c		Ramdisk data has bad checksum
+   11	common/image.c		Ramdisk data has correct checksum
    12	common/image.c		Ramdisk verification complete, start loading
   -13	common/image.c		Wrong Image Type (not PPC Linux Ramdisk)
    13	common/image.c		Start multifile image verification
@@ -1762,7 +1762,7 @@ Legacy uImage format:
    48	common/cmd_ide.c	reading Image Header from IDE device OK
   -49	common/cmd_ide.c	Image header has bad magic number
    49	common/cmd_ide.c	Image header has correct magic number
-  -50	common/cmd_ide.c	Image header has bad	 checksum
+  -50	common/cmd_ide.c	Image header has bad checksum
    50	common/cmd_ide.c	Image header has correct checksum
   -51	common/cmd_ide.c	Error reading Image from IDE device
    51	common/cmd_ide.c	reading Image from IDE device OK


Regards
Gururaja
-- 
View this message in context: http://www.nabble.com/-PATCH--Remove-gaps-and-whitespaces-in-README-file-tp17336468p17336599.html
Sent from the Uboot - Users mailing list archive at Nabble.com.





More information about the U-Boot mailing list