Re: [PATCH v2 3/3] drm/imagination: Fix repeated typo in KCCB documentation

From: Alexandru Dadu

Date: Thu Aug 06 2026 - 04:10:55 EST


On Tue, 2026-08-04 at 16:18 +0100, Luigi Santivetti wrote:
> *** NOTE: This is an internal email from Imagination Technologies ***
>
>
>
>
> From: Alessio Belle <alessio.belle@xxxxxxxxxx>
>
> Fix sent -> send in the documentation for all variants of
> pvr_kccb_send_cmd*().
>
> Signed-off-by: Alessio Belle <alessio.belle@xxxxxxxxxx>
> Signed-off-by: Luigi Santivetti <luigi.santivetti@xxxxxxxxxx>

Reviewed-by: Alexandru Dadu <alexandru.dadu@xxxxxxxxxx>

Thanks,
Alexandru Dadu

> ---
>  drivers/gpu/drm/imagination/pvr_ccb.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/imagination/pvr_ccb.c
> b/drivers/gpu/drm/imagination/pvr_ccb.c
> index 4accf18e2341..b702d122d791 100644
> --- a/drivers/gpu/drm/imagination/pvr_ccb.c
> +++ b/drivers/gpu/drm/imagination/pvr_ccb.c
> @@ -255,7 +255,7 @@ pvr_kccb_used_slot_count_locked(struct pvr_device
> *pvr_dev)
>   * pvr_kccb_send_cmd_reserved_powered() - Send command to the KCCB,
> with the PM ref
>   * held and a slot pre-reserved
>   * @pvr_dev: Device pointer.
> - * @cmd: Command to sent.
> + * @cmd: Command to send.
>   * @kccb_slot: Address to store the KCCB slot for this command. May
> be %NULL.
>   */
>  void
> @@ -361,7 +361,7 @@ static int pvr_kccb_reserve_slot_sync(struct
> pvr_device *pvr_dev)
>  /**
>   * pvr_kccb_send_cmd_powered() - Send command to the KCCB, with a PM
> ref held
>   * @pvr_dev: Device pointer.
> - * @cmd: Command to sent.
> + * @cmd: Command to send.
>   * @kccb_slot: Address to store the KCCB slot for this command. May
> be %NULL.
>   *
>   * Returns:
> @@ -385,7 +385,7 @@ pvr_kccb_send_cmd_powered(struct pvr_device
> *pvr_dev, struct rogue_fwif_kccb_cmd
>  /**
>   * pvr_kccb_send_cmd() - Send command to the KCCB
>   * @pvr_dev: Device pointer.
> - * @cmd: Command to sent.
> + * @cmd: Command to send.
>   * @kccb_slot: Address to store the KCCB slot for this command. May
> be %NULL.
>   *
>   * Returns:
>
> --
> 2.43.0
>