Просмотр исходного кода

arm64: alternatives: fix pr_fmt string for consistency

Consistently use the plural form for alternatives pr_fmt strings.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Will Deacon 11 лет назад
Родитель
Сommit
c9453a3ab1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/arm64/kernel/cpu_errata.c

+ 1 - 1
arch/arm64/kernel/cpu_errata.c

@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  * 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 <linux/types.h>
 #include <asm/cpu.h>
 #include <asm/cpu.h>