Browse Source

Conding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 17 years ago
parent
commit
c2c0ab4aff
2 changed files with 1 additions and 3 deletions
  1. 0 2
      cpu/arm926ejs/davinci/ether.c
  2. 1 1
      cpu/arm926ejs/davinci/lowlevel_init.S

+ 0 - 2
cpu/arm926ejs/davinci/ether.c

@@ -252,7 +252,6 @@ static int gen_auto_negotiate(int phy_addr)
 {
 	u_int16_t	tmp;
 
-
 	if (!dm644x_eth_phy_read(phy_addr, PHY_BMCR, &tmp))
 		return(0);
 
@@ -273,7 +272,6 @@ static int gen_auto_negotiate(int phy_addr)
 /* End of generic PHY functions */
 
 
-
 #if defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII)
 static int dm644x_mii_phy_read(char *devname, unsigned char addr, unsigned char reg, unsigned short *value)
 {

+ 1 - 1
cpu/arm926ejs/davinci/lowlevel_init.S

@@ -545,7 +545,7 @@ VTP1Lock:
 	mov	r10, $0
 	str	r10, [r6]
 
-	/* 
+	/*
 	 * Call board-specific lowlevel init.
  	 * That MUST be present and THAT returns
 	 * back to arch calling code with "mov pc, lr."