Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxl: fix typos in cdat.c comments

- Corrected spelling of "bandwdith" -> "bandwidth"
- Fixed "wht" -> "with"

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>

authored by

Alok Tiwari and committed by
Dave Jiang
040acb49 3f5b8f7f

+2 -2
+2 -2
drivers/cxl/core/cdat.c
··· 826 826 cxl_coordinates_combine(coords, coords, ctx->coord); 827 827 828 828 /* 829 - * Take the min of the calculated bandwdith and the upstream 829 + * Take the min of the calculated bandwidth and the upstream 830 830 * switch SSLBIS bandwidth if there's a parent switch 831 831 */ 832 832 if (!is_root) ··· 949 949 /** 950 950 * cxl_region_update_bandwidth - Update the bandwidth access coordinates of a region 951 951 * @cxlr: The region being operated on 952 - * @input_xa: xarray holds cxl_perf_ctx wht calculated bandwidth per ACPI0017 instance 952 + * @input_xa: xarray holds cxl_perf_ctx with calculated bandwidth per ACPI0017 instance 953 953 */ 954 954 static void cxl_region_update_bandwidth(struct cxl_region *cxlr, 955 955 struct xarray *input_xa)