diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-15 15:54:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-07 20:54:14 +0100 |
commit | fb88c9a3e2ed984363996a68f4fd7d982dc4d8b6 (patch) | |
tree | 510aeed41ac6baace64e99c71bc83cc10eda5168 /drivers/base | |
parent | driver core: Add debug logs for device link related probe deferrals (diff) | |
download | linux-fb88c9a3e2ed984363996a68f4fd7d982dc4d8b6.tar.xz linux-fb88c9a3e2ed984363996a68f4fd7d982dc4d8b6.zip |
drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous"
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>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 040be48ce046..324aa03fed3c 100644 --- 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 heterogeneous memory access attributes under their non-uniform memory nodes. source "drivers/base/test/Kconfig" |