]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - arch/mips/kernel/mips-cm.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-eoan-kernel.git] / arch / mips / kernel / mips-cm.c
index 7f3f136572decc82d666d0fca0515f38d15dd2b3..e5ea3db23d6b4acd6cfcb672bdc70f33c2307d04 100644 (file)
@@ -1,11 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2013 Imagination Technologies
  * Author: Paul Burton <paul.burton@mips.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/errno.h>
@@ -382,8 +378,8 @@ void mips_cm_error_report(void)
                                 sc_bit ? "True" : "False",
                                 cm2_cmd[cmd_bits], sport_bits);
                }
-                       pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
-                              cm2_causes[cause], buf);
+               pr_err("CM_ERROR=%08llx %s <%s>\n", cm_error,
+                      cm2_causes[cause], buf);
                pr_err("CM_ADDR =%08llx\n", cm_addr);
                pr_err("CM_OTHER=%08llx %s\n", cm_other, cm2_causes[ocause]);
        } else { /* CM3 */