From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/gpusvm: correct kernel-doc for drm_gpusvm_pages_valid_unlocked() Date: Mon, 23 Feb 2026 06:21:10 +1000 Message-ID: In-Reply-To: <20260219215510.466906-1-rdunlap@infradead.org> References: <20260219215510.466906-1-rdunlap@infradead.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/gpusvm: correct kernel-doc for drm_gpusvm_pages_valid_unlocked() Author: Randy Dunlap Patches: 1 Reviewed: 2026-02-23T06:21:10.333996 --- This is a single-patch series that fixes kernel-doc warnings for the `drm_gpusvm_pages_valid_unlocked()` function in `drivers/gpu/drm/drm_gpusvm.c`. The function was apparently renamed from `drm_gpusvm_range_pages_valid_unlocked()` at some point (likely when refactoring to use `struct drm_gpusvm_pages` instead of `struct drm_gpusvm_range`), but the kernel-doc comment block was not updated to reflect the new function name and parameter. This patch corrects both the function name and the parameter description in the doc comment. The fix is trivially correct and resolves two concrete `kernel-doc` warnings cited in the commit message. --- Generated by Claude Code Patch Reviewer