Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/cpu/arm926ejs/mx27/generic.c b/cpu/arm926ejs/mx27/generic.c
index eab54d8..bcf7899 100644
--- a/cpu/arm926ejs/mx27/generic.c
+++ b/cpu/arm926ejs/mx27/generic.c
@@ -238,4 +238,3 @@
®s->port[port].iconfb2);
}
}
-
diff --git a/cpu/arm926ejs/mx27/timer.c b/cpu/arm926ejs/mx27/timer.c
index d22252e..9011058 100644
--- a/cpu/arm926ejs/mx27/timer.c
+++ b/cpu/arm926ejs/mx27/timer.c
@@ -176,7 +176,7 @@
timestamp = time_to_tick(t);
}
-/* delay x useconds AND perserve advance timstamp value */
+/* delay x useconds AND preserve advance timstamp value */
void udelay (unsigned long usec)
{
unsigned long long tmp;
@@ -188,4 +188,3 @@
while (get_ticks() < tmp) /* loop till event */
/*NOP*/;
}
-
diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c
index fcb5775..822ee7d 100644
--- a/cpu/arm_cortexa8/cpu.c
+++ b/cpu/arm_cortexa8/cpu.c
@@ -78,4 +78,3 @@
{
asm ("mcr p15, 0, %0, c7, c5, 0": :"r" (0));
}
-
diff --git a/cpu/arm_cortexa8/omap3/cache.c b/cpu/arm_cortexa8/omap3/cache.c
index f49ed4a..0d5b444 100644
--- a/cpu/arm_cortexa8/omap3/cache.c
+++ b/cpu/arm_cortexa8/omap3/cache.c
@@ -93,4 +93,3 @@
__asm__ __volatile__("mov r12, %0":"=r"(j));
}
}
-