From c2c0ab4aff86622b837a48a0e560351f9afafb95 Mon Sep 17 00:00:00 2001
From: Stefan Roese <sr@denx.de>
Date: Fri, 10 Aug 2007 20:34:58 +0200
Subject: [PATCH] Conding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
---
 cpu/arm926ejs/davinci/ether.c         | 2 --
 cpu/arm926ejs/davinci/lowlevel_init.S | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/cpu/arm926ejs/davinci/ether.c b/cpu/arm926ejs/davinci/ether.c
index 9ec1ee70bf..32e81d11d4 100644
--- a/cpu/arm926ejs/davinci/ether.c
+++ b/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)
 {
diff --git a/cpu/arm926ejs/davinci/lowlevel_init.S b/cpu/arm926ejs/davinci/lowlevel_init.S
index bbc48ec472..a87c112eca 100644
--- a/cpu/arm926ejs/davinci/lowlevel_init.S
+++ b/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."
-- 
2.39.5