cxl: fix spelling mistakes
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 25 Jan 2023 03:22:21 +0000 (19:22 -0800)
committerDan Williams <dan.j.williams@intel.com>
Thu, 26 Jan 2023 23:57:42 +0000 (15:57 -0800)
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>
drivers/cxl/Kconfig
drivers/cxl/acpi.c
drivers/cxl/core/port.c
drivers/cxl/core/region.c

index 0ac53c422c31881bc8ac597d433672d9da53d50c..9e709ecba50fcee0bd7bd05a3874b77ae02736ef 100644 (file)
@@ -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
index ad0849af42d790a528f9c4b2dec4b91c97e400ed..6927149f2a1618383e0ecaa762656b4d9d6206c2 100644 (file)
@@ -19,7 +19,7 @@ struct cxl_cxims_data {
 
 /*
  * Find a targets entry (n) in the host bridge interleave list.
- * CXL Specfication 3.0 Table 9-22
+ * CXL Specification 3.0 Table 9-22
  */
 static int cxl_xor_calc_n(u64 hpa, struct cxl_cxims_data *cximsd, int iw,
                          int ig)
index 410c036c09fa5f4f36820df06ea7d3a9401d1492..609aa6801b149c7443575a65684458e5815d2f2d 100644 (file)
@@ -1164,7 +1164,7 @@ static struct cxl_port *find_cxl_port_at(struct cxl_port *parent_port,
 }
 
 /*
- * All users of grandparent() are using it to walk PCIe-like swich port
+ * All users of grandparent() are using it to walk PCIe-like switch port
  * hierarchy. A PCIe switch is comprised of a bridge device representing the
  * upstream switch port and N bridges representing downstream switch ports. When
  * bridges stack the grand-parent of a downstream switch port is another
index 60828d01972acf313c84b234162a25258c87662b..3482a9e6d2f22c3662bf921ab0916a1978f8cc7a 100644 (file)
@@ -414,7 +414,7 @@ static ssize_t interleave_granularity_store(struct device *dev,
         * When the host-bridge is interleaved, disallow region granularity !=
         * root granularity. Regions with a granularity less than the root
         * interleave result in needing multiple endpoints to support a single
-        * slot in the interleave (possible to suport in the future). Regions
+        * slot in the interleave (possible to support in the future). Regions
         * with a granularity greater than the root interleave result in invalid
         * DPA translations (invalid to support).
         */