From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Trivial fix to spelling mistake in a pr_warn message. Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- arch/parisc/kernel/pdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/kernel/pdt.c b/arch/parisc/kernel/pdt.c index 261e134ee7f8..6362614c5160 100644 --- a/arch/parisc/kernel/pdt.c +++ b/arch/parisc/kernel/pdt.c @@ -131,7 +131,7 @@ void __init pdc_pdt_init(void) } for (i = 0; i < pdt_status.pdt_entries; i++) { - pr_warn("PDT: BAD PAGE at 0x%08lx (error_tye = %lu)\n", + pr_warn("PDT: BAD PAGE at 0x%08lx (error_type = %lu)\n", pdt_entry[i] & PAGE_MASK, pdt_entry[i] & 1); -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html