* [PATCH] cxl: fix typos in cdat.c comments
@ 2025-10-11 18:30 Alok Tiwari
2025-10-13 18:53 ` Dave Jiang
2025-11-03 23:43 ` Dave Jiang
0 siblings, 2 replies; 4+ messages in thread
From: Alok Tiwari @ 2025-10-11 18:30 UTC (permalink / raw)
To: linux-cxl, dave, jonathan.cameron, dave.jiang, alison.schofield,
vishal.l.verma, ira.weiny, dan.j.williams
Cc: alok.a.tiwari
- Corrected spelling of "bandwdith" -> "bandwidth"
- Fixed "wht" -> "with"
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
drivers/cxl/core/cdat.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c
index c4bd6e8a0cf0..7120b5f2e31f 100644
--- a/drivers/cxl/core/cdat.c
+++ b/drivers/cxl/core/cdat.c
@@ -826,7 +826,7 @@ static struct xarray *cxl_switch_gather_bandwidth(struct cxl_region *cxlr,
cxl_coordinates_combine(coords, coords, ctx->coord);
/*
- * Take the min of the calculated bandwdith and the upstream
+ * Take the min of the calculated bandwidth and the upstream
* switch SSLBIS bandwidth if there's a parent switch
*/
if (!is_root)
@@ -949,7 +949,7 @@ static struct xarray *cxl_hb_gather_bandwidth(struct xarray *xa)
/**
* cxl_region_update_bandwidth - Update the bandwidth access coordinates of a region
* @cxlr: The region being operated on
- * @input_xa: xarray holds cxl_perf_ctx wht calculated bandwidth per ACPI0017 instance
+ * @input_xa: xarray holds cxl_perf_ctx with calculated bandwidth per ACPI0017 instance
*/
static void cxl_region_update_bandwidth(struct cxl_region *cxlr,
struct xarray *input_xa)
--
2.50.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] cxl: fix typos in cdat.c comments
2025-10-11 18:30 [PATCH] cxl: fix typos in cdat.c comments Alok Tiwari
@ 2025-10-13 18:53 ` Dave Jiang
2025-10-28 15:23 ` Jonathan Cameron
2025-11-03 23:43 ` Dave Jiang
1 sibling, 1 reply; 4+ messages in thread
From: Dave Jiang @ 2025-10-13 18:53 UTC (permalink / raw)
To: Alok Tiwari, linux-cxl, dave, jonathan.cameron, alison.schofield,
vishal.l.verma, ira.weiny, dan.j.williams
On 10/11/25 11:30 AM, Alok Tiwari wrote:
> - Corrected spelling of "bandwdith" -> "bandwidth"
> - Fixed "wht" -> "with"
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
thank you
Reviewed-by: Dave Jiang <dave.jiang@intel.com>> ---
> drivers/cxl/core/cdat.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c
> index c4bd6e8a0cf0..7120b5f2e31f 100644
> --- a/drivers/cxl/core/cdat.c
> +++ b/drivers/cxl/core/cdat.c
> @@ -826,7 +826,7 @@ static struct xarray *cxl_switch_gather_bandwidth(struct cxl_region *cxlr,
> cxl_coordinates_combine(coords, coords, ctx->coord);
>
> /*
> - * Take the min of the calculated bandwdith and the upstream
> + * Take the min of the calculated bandwidth and the upstream
> * switch SSLBIS bandwidth if there's a parent switch
> */
> if (!is_root)
> @@ -949,7 +949,7 @@ static struct xarray *cxl_hb_gather_bandwidth(struct xarray *xa)
> /**
> * cxl_region_update_bandwidth - Update the bandwidth access coordinates of a region
> * @cxlr: The region being operated on
> - * @input_xa: xarray holds cxl_perf_ctx wht calculated bandwidth per ACPI0017 instance
> + * @input_xa: xarray holds cxl_perf_ctx with calculated bandwidth per ACPI0017 instance
> */
> static void cxl_region_update_bandwidth(struct cxl_region *cxlr,
> struct xarray *input_xa)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cxl: fix typos in cdat.c comments
2025-10-13 18:53 ` Dave Jiang
@ 2025-10-28 15:23 ` Jonathan Cameron
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2025-10-28 15:23 UTC (permalink / raw)
To: Dave Jiang
Cc: Alok Tiwari, linux-cxl, dave, alison.schofield, vishal.l.verma,
ira.weiny, dan.j.williams
On Mon, 13 Oct 2025 11:53:35 -0700
Dave Jiang <dave.jiang@intel.com> wrote:
> On 10/11/25 11:30 AM, Alok Tiwari wrote:
> > - Corrected spelling of "bandwdith" -> "bandwidth"
> > - Fixed "wht" -> "with"
> >
> > Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
>
> thank you
>
> Reviewed-by: Dave Jiang <dave.jiang@intel.com>> ---
FWIW,
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cxl: fix typos in cdat.c comments
2025-10-11 18:30 [PATCH] cxl: fix typos in cdat.c comments Alok Tiwari
2025-10-13 18:53 ` Dave Jiang
@ 2025-11-03 23:43 ` Dave Jiang
1 sibling, 0 replies; 4+ messages in thread
From: Dave Jiang @ 2025-11-03 23:43 UTC (permalink / raw)
To: Alok Tiwari, linux-cxl, dave, jonathan.cameron, alison.schofield,
vishal.l.verma, ira.weiny, dan.j.williams
On 10/11/25 11:30 AM, Alok Tiwari wrote:
> - Corrected spelling of "bandwdith" -> "bandwidth"
> - Fixed "wht" -> "with"
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Applied to cxl/next
040acb49bf862dd851144bfc0872555d4ac4ffd5
> ---
> drivers/cxl/core/cdat.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/cxl/core/cdat.c b/drivers/cxl/core/cdat.c
> index c4bd6e8a0cf0..7120b5f2e31f 100644
> --- a/drivers/cxl/core/cdat.c
> +++ b/drivers/cxl/core/cdat.c
> @@ -826,7 +826,7 @@ static struct xarray *cxl_switch_gather_bandwidth(struct cxl_region *cxlr,
> cxl_coordinates_combine(coords, coords, ctx->coord);
>
> /*
> - * Take the min of the calculated bandwdith and the upstream
> + * Take the min of the calculated bandwidth and the upstream
> * switch SSLBIS bandwidth if there's a parent switch
> */
> if (!is_root)
> @@ -949,7 +949,7 @@ static struct xarray *cxl_hb_gather_bandwidth(struct xarray *xa)
> /**
> * cxl_region_update_bandwidth - Update the bandwidth access coordinates of a region
> * @cxlr: The region being operated on
> - * @input_xa: xarray holds cxl_perf_ctx wht calculated bandwidth per ACPI0017 instance
> + * @input_xa: xarray holds cxl_perf_ctx with calculated bandwidth per ACPI0017 instance
> */
> static void cxl_region_update_bandwidth(struct cxl_region *cxlr,
> struct xarray *input_xa)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-03 23:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-11 18:30 [PATCH] cxl: fix typos in cdat.c comments Alok Tiwari
2025-10-13 18:53 ` Dave Jiang
2025-10-28 15:23 ` Jonathan Cameron
2025-11-03 23:43 ` Dave Jiang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.