Message ID | 20230124233431.21599-1-rdunlap@infradead.org |
---|---|
State | New, archived |
Headers | show |
Series | cxl: Kconfig: fix a spelling mistake | expand |
On Tue, Jan 24, 2023 at 03:34:31PM -0800, Randy Dunlap wrote: > Correct a spelling mistake (reported by codespell). Hi Randy, Maybe you were just interested in Kconfig's, but while you're in here, would you mind correcting a few more: drivers/cxl/ ./acpi.c:22: Specfication ==> Specification ./core/port.c:1140: swich ==> switch ./core/region.c:402: suport ==> support Thanks, Alison > > 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
Hi, On 1/24/23 18:29, Alison Schofield wrote: > On Tue, Jan 24, 2023 at 03:34:31PM -0800, Randy Dunlap wrote: >> Correct a spelling mistake (reported by codespell). > > Hi Randy, > > Maybe you were just interested in Kconfig's, but while you're > in here, would you mind correcting a few more: Yes, I am trying to focus on user-facing text, but I am happy to make additional corrections in v2. > drivers/cxl/ > ./acpi.c:22: Specfication ==> Specification > ./core/port.c:1140: swich ==> switch > ./core/region.c:402: suport ==> support > > Thanks, > Alison > >> >> 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
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
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(-)