The patch titled Subject: cramfs: Kconfig: fix spelling & punctuation has been added to the -mm mm-nonmm-unstable branch. Its filename is cramfs-kconfig-fix-spelling-punctuation.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/cramfs-kconfig-fix-spelling-punctuation.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: cramfs: Kconfig: fix spelling & punctuation Date: Tue, 24 Jan 2023 10:16:31 -0800 Fix spelling and hyphenation in cramfs Kconfig. Link: https://lkml.kernel.org/r/20230124181631.15204-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/fs/cramfs/Kconfig~cramfs-kconfig-fix-spelling-punctuation +++ a/fs/cramfs/Kconfig @@ -38,7 +38,7 @@ config CRAMFS_MTD default y if !CRAMFS_BLOCKDEV help This option allows the CramFs driver to load data directly from - a linear adressed memory range (usually non volatile memory + a linear addressed memory range (usually non-volatile memory like flash) instead of going through the block device layer. This saves some memory since no intermediate buffering is necessary. _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are lib-kconfig-fix-spellos.patch freevxfs-kconfig-fix-spelling.patch freevxfs-fix-kernel-doc-warnings.patch ntfs-fix-multiple-kernel-doc-warnings.patch userns-fix-a-structs-kernel-doc-notation.patch cramfs-kconfig-fix-spelling-punctuation.patch