Skip to content

Commit 3ea3b78

Browse files
Bartekkubikzackr
authored andcommitted
drm/vmwgfx: Fix kernel-doc warnings for vmwgfx_fence
Add missing descriptions for vmw_event_fence_action_seq_passed. This fixes the following warnings: drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:526 function parameter 'f' not described in 'vmw_event_fence_action_seq_passed' drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:526 function parameter 'cb' not described in 'vmw_event_fence_action_seq_passed' Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202507040807.jKTxWGVQ-lkp@intel.com/ Signed-off-by: Bartlomiej Kubik <kubik.bartlomiej@gmail.com> Signed-off-by: Zack Rusin <zack.rusin@broadcom.com> Link: https://lore.kernel.org/all/20251211181044.4098689-1-kubik.bartlomiej@gmail.com/
1 parent bf72b4b commit 3ea3b78

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/gpu/drm/vmwgfx/vmwgfx_fence.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -515,12 +515,12 @@ int vmw_fence_obj_unref_ioctl(struct drm_device *dev, void *data,
515515
/**
516516
* vmw_event_fence_action_seq_passed
517517
*
518-
* @action: The struct vmw_fence_action embedded in a struct
519-
* vmw_event_fence_action.
518+
* @f: The struct dma_fence which provides timestamp for the action event
519+
* @cb: The struct dma_fence_cb callback for the action event.
520520
*
521-
* This function is called when the seqno of the fence where @action is
522-
* attached has passed. It queues the event on the submitter's event list.
523-
* This function is always called from atomic context.
521+
* This function is called when the seqno of the fence has passed
522+
* and it is always called from atomic context.
523+
* It queues the event on the submitter's event list.
524524
*/
525525
static void vmw_event_fence_action_seq_passed(struct dma_fence *f,
526526
struct dma_fence_cb *cb)

0 commit comments

Comments
 (0)