mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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 <rdunlap@infradead.org> Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
362173572a
commit
a1f46ff2ff
@@ -38,7 +38,7 @@ config CRAMFS_MTD
|
|||||||
default y if !CRAMFS_BLOCKDEV
|
default y if !CRAMFS_BLOCKDEV
|
||||||
help
|
help
|
||||||
This option allows the CramFs driver to load data directly from
|
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.
|
like flash) instead of going through the block device layer.
|
||||||
This saves some memory since no intermediate buffering is
|
This saves some memory since no intermediate buffering is
|
||||||
necessary.
|
necessary.
|
||||||
|
Reference in New Issue
Block a user