]> git.sur5r.net Git - u-boot/blobdiff - post/lib_powerpc/andi.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / post / lib_powerpc / andi.c
index 878b2ca7abeea993fd0cc2aa588e40fde20125be..49c5ee634987608fc8e7eca3bf9e96a83534cd67 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>
@@ -89,7 +88,7 @@ int cpu_post_test_andi (void)
 
            if (ret != 0)
            {
-               post_log ("Error at andi test %d !\n", i);
+               post_log ("Error at andi test %d !\n", i);
            }
        }
     }