Re: [PATCH 1/7] drm/gpusvm: fix kernel-doc warning for drm_gpusvm_pages_valid_unlocked()
From: Yujie Liu
Date: Thu Feb 26 2026 - 00:57:45 EST
On Wed, Feb 25, 2026 at 07:06:25PM -0800, Matthew Brost wrote:
> On Thu, Feb 26, 2026 at 11:00:32AM +0800, Yujie Liu wrote:
> > Warning: drivers/gpu/drm/drm_gpusvm.c:1351 function parameter 'svm_pages' not described in 'drm_gpusvm_pages_valid_unlocked'
> > Warning: drivers/gpu/drm/drm_gpusvm.c:1351 expecting prototype for drm_gpusvm_range_pages_valid_unlocked(). Prototype was for drm_gpusvm_pages_valid_unlocked() instead
> >
> > Fixes: 6364afd532bc ("drm/gpusvm: refactor core API to use pages struct")
>
> I fix this one already. Believe it merged yesterday.
Thanks. I will drop this patch and respin the series after waiting
briefly for possible comments on other patches.
Yujie
>
> 74b6e83942dc drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc
>
> Matt