From: Randy Dunlap Date: Tue, 24 Jan 2023 18:16:31 +0000 (-0800) Subject: cramfs: Kconfig: fix spelling & punctuation X-Git-Tag: v6.3-rc1~112^2~19 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a1f46ff2ff88ab8cec64953422f207a81ff379f8;p=linux-block.git cramfs: Kconfig: fix spelling & punctuation Fix spelling and hyphenation in cramfs Kconfig. Link: https://lkml.kernel.org/r/20230124181631.15204-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap Acked-by: Nicolas Pitre Signed-off-by: Andrew Morton --- diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig index d98cef0dbb6b..4612c9bbf102 100644 --- a/fs/cramfs/Kconfig +++ b/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.