diff options
author | Dan Williams <dan.j.williams@intel.com> | 2023-02-07 11:12:24 -0800 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-02-07 11:12:24 -0800 |
commit | 5485eb955994a238eafd08d9266005b1c9ac7991 (patch) | |
tree | fad2a31e1f9340de6aecbec16fa18509409ff5d1 /drivers/cxl/acpi.c | |
parent | 711442e29f16f0d39dd0e2460c9baacfccb9d5a7 (diff) | |
parent | 623c0751336e4035ab0047f2c152a02bd26b612b (diff) |
Merge branch 'for-6.3/cxl' into cxl/next
Merge the general CXL updates with fixes targeting v6.2-rc for v6.3.
Resolve a conflict with the fix and move of cxl_report_and_clear() from
pci.c to core/pci.c.
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 13cde44c6086..d7159fb3beef 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) |