diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-24 19:22:21 -0800 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-01-26 15:57:42 -0800 |
commit | cbbd05d036e91b9dd976af4382f6c8d91b69b38a (patch) | |
tree | 2acedd2670763546efd4fe74b99560548bfb35d3 /drivers/cxl/Kconfig | |
parent | 66f3cb7993c2729b72e20313f8dc6e0716416186 (diff) | |
download | linux-cbbd05d036e91b9dd976af4382f6c8d91b69b38a.tar.gz linux-cbbd05d036e91b9dd976af4382f6c8d91b69b38a.tar.bz2 linux-cbbd05d036e91b9dd976af4382f6c8d91b69b38a.zip |
cxl: fix spelling mistakes
Correct spelling mistakes (reported by codespell).
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alison Schofield <alison.schofield@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: Ben Widawsky <bwidawsk@kernel.org>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: linux-cxl@vger.kernel.org
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Link: https://lore.kernel.org/r/20230125032221.21277-1-rdunlap@infradead.org
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/cxl/Kconfig')
-rw-r--r-- | drivers/cxl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cxl/Kconfig b/drivers/cxl/Kconfig index 0ac53c422c31..9e709ecba50f 100644 --- a/drivers/cxl/Kconfig +++ b/drivers/cxl/Kconfig @@ -116,7 +116,7 @@ config CXL_REGION_INVALIDATION_TEST depends on CXL_REGION help CXL Region management and security operations potentially invalidate - the content of CPU caches without notifiying those caches to + the content of CPU caches without notifying those caches to invalidate the affected cachelines. The CXL Region driver attempts to invalidate caches when those events occur. If that invalidation fails the region will fail to enable. Reasons for cache |