[PATCH] m68k/mm: Fix spelling mistake

Zhang Jiaming posted 1 patch 3 years, 9 months ago
arch/m68k/include/asm/sun3_pgtable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] m68k/mm: Fix spelling mistake
Posted by Zhang Jiaming 3 years, 9 months ago
Change 'writeable' to 'writable'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 arch/m68k/include/asm/sun3_pgtable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/sun3_pgtable.h b/arch/m68k/include/asm/sun3_pgtable.h
index 5e4e753f0d24..121d7cd237b6 100644
--- a/arch/m68k/include/asm/sun3_pgtable.h
+++ b/arch/m68k/include/asm/sun3_pgtable.h
@@ -68,7 +68,7 @@
 
 /*
  * Page protections for initialising protection_map. The sun3 has only two
- * protection settings, valid (implying read and execute) and writeable. These
+ * protection settings, valid (implying read and execute) and writable. These
  * are as close as we can get...
  */
 #define __P000	PAGE_NONE
-- 
2.34.1
Re: [PATCH] m68k/mm: Fix spelling mistake
Posted by Geert Uytterhoeven 3 years, 9 months ago
On Thu, Jun 30, 2022 at 10:50 AM Zhang Jiaming <jiaming@nfschina.com> wrote:
> Change 'writeable' to 'writable'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
i.e. will queue in the m68k for-v5.20 branch.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds