spi: mpc8xxx: Fix space after cast
[oweals/u-boot.git] / post / lib_powerpc / three.c
index f7317dded09deea306af238553cc406af03670f0..27a32a274a497c292890554849eda6f7be42fc6b 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2002
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -211,7 +210,7 @@ int cpu_post_test_three (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at three test %d !\n", i);
+                   post_log ("Error at three test %d !\n", i);
                }
            }
 
@@ -224,8 +223,8 @@ int cpu_post_test_three (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at three test %d !\n", i);
-               }
+                   post_log ("Error at three test %d !\n", i);
+               }
            }
        }
     }