Skip to content

Commit cbbd05d

Browse files
rddunlapdjbw
authored andcommitted
cxl: fix spelling mistakes
Correct spelling mistakes (reported by codespell). Signed-off-by: Randy Dunlap <[email protected]> Cc: Alison Schofield <[email protected]> Cc: Vishal Verma <[email protected]> Cc: Ira Weiny <[email protected]> Cc: Ben Widawsky <[email protected]> Cc: Dan Williams <[email protected]> Cc: [email protected] Reviewed-by: Vishal Verma <[email protected]> Reviewed-by: Alison Schofield <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dan Williams <[email protected]>
1 parent 66f3cb7 commit cbbd05d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

drivers/cxl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ config CXL_REGION_INVALIDATION_TEST
116116
depends on CXL_REGION
117117
help
118118
CXL Region management and security operations potentially invalidate
119-
the content of CPU caches without notifiying those caches to
119+
the content of CPU caches without notifying those caches to
120120
invalidate the affected cachelines. The CXL Region driver attempts
121121
to invalidate caches when those events occur. If that invalidation
122122
fails the region will fail to enable. Reasons for cache

drivers/cxl/acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct cxl_cxims_data {
1919

2020
/*
2121
* Find a targets entry (n) in the host bridge interleave list.
22-
* CXL Specfication 3.0 Table 9-22
22+
* CXL Specification 3.0 Table 9-22
2323
*/
2424
static int cxl_xor_calc_n(u64 hpa, struct cxl_cxims_data *cximsd, int iw,
2525
int ig)

drivers/cxl/core/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ static struct cxl_port *find_cxl_port_at(struct cxl_port *parent_port,
11641164
}
11651165

11661166
/*
1167-
* All users of grandparent() are using it to walk PCIe-like swich port
1167+
* All users of grandparent() are using it to walk PCIe-like switch port
11681168
* hierarchy. A PCIe switch is comprised of a bridge device representing the
11691169
* upstream switch port and N bridges representing downstream switch ports. When
11701170
* bridges stack the grand-parent of a downstream switch port is another

drivers/cxl/core/region.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static ssize_t interleave_granularity_store(struct device *dev,
414414
* When the host-bridge is interleaved, disallow region granularity !=
415415
* root granularity. Regions with a granularity less than the root
416416
* interleave result in needing multiple endpoints to support a single
417-
* slot in the interleave (possible to suport in the future). Regions
417+
* slot in the interleave (possible to support in the future). Regions
418418
* with a granularity greater than the root interleave result in invalid
419419
* DPA translations (invalid to support).
420420
*/

0 commit comments

Comments
 (0)