Messages in this thread Patch in this message |  | | From | Randy Dunlap <> | Subject | [PATCH] cxl: Kconfig: fix a spelling mistake | Date | Tue, 24 Jan 2023 15:34:31 -0800 |
| |
Correct a spelling mistake (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 --- drivers/cxl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/drivers/cxl/Kconfig b/drivers/cxl/Kconfig --- 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
|  |