projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19fa40a
)
mm/Kconfig: fix trivial help text punctuation
author
Randy Dunlap
<rdunlap@infradead.org>
Sun, 1 Dec 2019 01:58:26 +0000
(17:58 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 1 Dec 2019 20:59:10 +0000
(12:59 -0800)
End a Kconfig help text sentence with a period (aka full stop).
Link:
http://lkml.kernel.org/r/c17f2c75-dc2a-42a4-2229-bb6b489addf2@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig
patch
|
blob
|
history
diff --git
a/mm/Kconfig
b/mm/Kconfig
index
1a0f752
..
ab80933
100644
(file)
--- a/
mm/Kconfig
+++ b/
mm/Kconfig
@@
-29,7
+29,7
@@
config FLATMEM_MANUAL
For systems that have holes in their physical address
spaces and for features like NUMA and memory hotplug,
- choose "Sparse Memory"
+ choose "Sparse Memory"
.
If unsure, choose this option (Flat Memory) over any other.