arm64: alternatives: fix pr_fmt string for consistency
authorWill Deacon <will.deacon@arm.com>
Tue, 25 Nov 2014 18:27:01 +0000 (18:27 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 25 Nov 2014 18:27:01 +0000 (18:27 +0000)
Consistently use the plural form for alternatives pr_fmt strings.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/cpu_errata.c

index 5a5226ffcbc89f2f68bb34163dad423fd4010866..fa62637e63a8c6e7498ba7957395b3030583bb02 100644 (file)
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define pr_fmt(fmt) "alternative: " fmt
+#define pr_fmt(fmt) "alternatives: " fmt
 
 #include <linux/types.h>
 #include <asm/cpu.h>