projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3621735
)
cramfs: Kconfig: fix spelling & punctuation
author
Randy Dunlap
<rdunlap@infradead.org>
Tue, 24 Jan 2023 18:16:31 +0000
(10:16 -0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:50:07 +0000
(22:50 -0800)
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>
fs/cramfs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/cramfs/Kconfig
b/fs/cramfs/Kconfig
index d98cef0dbb6bbee405fc86eb3dbbc2ab8161ea8d..4612c9bbf102275e490be77fe658802d3a8b4cb8 100644
(file)
--- 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 ad
ressed memory range (usually non
volatile memory
+ a linear ad
dressed 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.