projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0dfa0
)
drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 15 Dec 2020 14:54:40 +0000
(14:54 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 19:54:14 +0000
(20:54 +0100)
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20201215145440.204362-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/base/Kconfig
b/drivers/base/Kconfig
index 040be48ce046643672fc846899ee78d55a6dde31..324aa03fed3cf597249a107e48dfe54b6f77f60a 100644
(file)
--- a/
drivers/base/Kconfig
+++ b/
drivers/base/Kconfig
@@
-161,7
+161,7
@@
config HMEM_REPORTING
default n
depends on NUMA
help
- Enable reporting for heterogenous memory access attributes under
+ Enable reporting for heterogen
e
ous memory access attributes under
their non-uniform memory nodes.
source "drivers/base/test/Kconfig"