]> git.sur5r.net Git - u-boot/blobdiff - post/lib_powerpc/threex.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / post / lib_powerpc / threex.c
index 906fefd0d353ce1d6537f078bd215e3f265699ec..ea9e465862bad9c04c7ba0ec5aac913c817b68b8 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>
@@ -181,7 +180,7 @@ int cpu_post_test_threex (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at threex test %d !\n", i);
+                   post_log ("Error at threex test %d !\n", i);
                }
            }
 
@@ -194,8 +193,8 @@ int cpu_post_test_threex (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at threex test %d !\n", i);
-               }
+                   post_log ("Error at threex test %d !\n", i);
+               }
            }
        }
     }