Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640215
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] parisc: fix spelling mistake: "page_tye" -> "page_type" |
| Date | 2017-05-12 08:00 +0200 |
| Message-ID | <tGbMm-8mq-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in a pr_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] parisc: fix spelling mistake: "page_tye" -> "page_type" Colin King <colin.king@canonical.com> - 2017-05-12 08:00 +0200 Re: [PATCH] parisc: fix spelling mistake: "page_tye" -> "page_type" Helge Deller <deller@gmx.de> - 2017-05-12 09:20 +0200
csiph-web