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: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc Date: Mon, 23 Feb 2026 06:29:02 +1000 Message-ID: In-Reply-To: <20260219205029.1011336-1-matthew.brost@intel.com> References: <20260219205029.1011336-1-matthew.brost@intel.com> 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: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc Author: Matthew Brost Patches: 1 Reviewed: 2026-02-23T06:29:02.386965 --- This is a single-patch series that fixes stale kernel-doc comments for `drm_gpusvm_pages_valid_unlocked()`. The function was apparently renamed from `drm_gpusvm_range_pages_valid_unlocked()` and its second parameter changed from `range` (of type `struct drm_gpusvm_range *`) to `svm_pages` (of type `struct drm_gpusvm_pages *`), but the kernel-doc comment was not updated at that time. This patch corrects that oversight. The fix is accurate: the kernel-doc function name, parameter name, and description now match the actual function signature and semantics. No functional code is changed. --- Generated by Claude Code Patch Reviewer