aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_backup.c
diff options
context:
space:
mode:
authorThomas Hellström <[email protected]>2025-05-02 13:01:01 +0000
committerThomas Hellström <[email protected]>2025-05-06 08:57:11 +0000
commit2bb04ea9e5b7a2ef583c042ed5f8111804606e9d (patch)
treed3ddd120ce45f35823f640b968dee44591fa2653 /drivers/gpu/drm/ttm/ttm_backup.c
parentdrm/v3d: Add job to pending list if the reset was skipped (diff)
downloadkernel-2bb04ea9e5b7a2ef583c042ed5f8111804606e9d.tar.gz
kernel-2bb04ea9e5b7a2ef583c042ed5f8111804606e9d.zip
drm/ttm: Fix ttm_backup kerneldoc
The docs were not properly updated from an earlier version of the code. Fixes: e7b5d23e5d47 ("drm/ttm: Provide a shmem backup implementation") Cc: Christian König <[email protected]> Cc: Matthew Brost <[email protected]> Cc: Matthew Auld <[email protected]> Cc: [email protected] Signed-off-by: Thomas Hellström <[email protected]> Reviewed-by: Matthew Brost <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_backup.c')
-rw-r--r--drivers/gpu/drm/ttm/ttm_backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_backup.c b/drivers/gpu/drm/ttm/ttm_backup.c
index 93c007f18855..f58e7393888f 100644
--- a/drivers/gpu/drm/ttm/ttm_backup.c
+++ b/drivers/gpu/drm/ttm/ttm_backup.c
@@ -55,7 +55,7 @@ void ttm_backup_drop(struct ttm_backup *backup, pgoff_t handle)
* @backup: The struct backup pointer used to back up the page.
* @dst: The struct page to copy into.
* @handle: The handle returned when the page was backed up.
- * @intr: Try to perform waits interruptable or at least killable.
+ * @intr: Try to perform waits interruptible or at least killable.
*
* Return: 0 on success, Negative error code on failure, notably
* -EINTR if @intr was set to true and a signal is pending.