]> git.sur5r.net Git - u-boot/blobdiff - post/lib_powerpc/twox.c
arm: dts: s900: Add UART node
[u-boot] / post / lib_powerpc / twox.c
index 3a9b13684fa6873e5f81300a7017d8e1174ba78f..eae4c57244282f28e87947504d976fdaf349ae8e 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>
@@ -128,7 +127,7 @@ int cpu_post_test_twox (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at twox test %d !\n", i);
+                   post_log ("Error at twox test %d !\n", i);
                }
            }
 
@@ -141,8 +140,8 @@ int cpu_post_test_twox (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at twox test %d !\n", i);
-               }
+                   post_log ("Error at twox test %d !\n", i);
+               }
            }
        }
     }