mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
drm/imagination: Fix repeated typo in KCCB documentation
Fix sent -> send in the documentation for all variants of pvr_kccb_send_cmd*(). Signed-off-by: Luigi Santivetti <luigi.santivetti@imgtec.com> Reviewed-by: Alexandru Dadu <alexandru.dadu@imgtec.com> Link: https://patch.msgid.link/20260804-staging-pvr-docs-fixes-v2-3-a5a9569a1c1d@imgtec.com Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
This commit is contained in:
parent
62481fecc3
commit
559b757a71
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user