]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc5xx/cpu_init.c
Big white-space cleanup.
[people/ms/u-boot.git] / cpu / mpc5xx / cpu_init.c
index f4cd24bf7cc7e1b269838a6f25ad633bc4787098..5bbb7986b483c81a75d3b345e05baecc6e802db8 100644 (file)
@@ -23,7 +23,7 @@
  * File:               cpu_init.c
  *
  * Discription:                Contains initialisation functions to setup
- *                     the cpu properly
+ *                     the cpu properly
  *
  */
 
@@ -118,6 +118,6 @@ void cpu_init_f (volatile immap_t * immr)
  */
 int cpu_init_r (void)
 {
-       /* Nothing to do at the moment */
+       /* Nothing to do at the moment */
        return (0);
 }