kbuild: add .SECONDARY special target to scripts/Kbuild.include
[oweals/u-boot.git] / post / lib_powerpc / srawi.c
index b2760140b52d5f9fe2b9fa59f0a97fc8e16fb0cf..cad3aec82d0880860c73f635af9b8b672ef6b272 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>
@@ -108,7 +107,7 @@ int cpu_post_test_srawi (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at srawi test %d !\n", i);
+                   post_log ("Error at srawi test %d !\n", i);
                }
            }
 
@@ -121,8 +120,8 @@ int cpu_post_test_srawi (void)
 
                if (ret != 0)
                {
-                   post_log ("Error at srawi test %d !\n", i);
-               }
+                   post_log ("Error at srawi test %d !\n", i);
+               }
            }
        }
     }