diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-25 04:22:21 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-01-27 00:57:42 +0100 |
commit | cbbd05d036e91b9dd976af4382f6c8d91b69b38a (patch) | |
tree | 2acedd2670763546efd4fe74b99560548bfb35d3 /drivers/cxl/acpi.c | |
parent | tools/testing/cxl: Remove cxl_test module math loading message (diff) | |
download | linux-cbbd05d036e91b9dd976af4382f6c8d91b69b38a.tar.xz 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/acpi.c')
-rw-r--r-- | drivers/cxl/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cxl/acpi.c b/drivers/cxl/acpi.c index ad0849af42d7..6927149f2a16 100644 --- a/drivers/cxl/acpi.c +++ b/drivers/cxl/acpi.c @@ -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) |