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 kernel-doc warning for drm_gpusvm_pages_valid_unlocked() Date: Fri, 27 Feb 2026 12:40:46 +1000 Message-ID: In-Reply-To: <20260226030038.1182961-2-yujie.liu@intel.com> References: <20260226030038.1182961-1-yujie.liu@intel.com> <20260226030038.1182961-2-yujie.liu@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Fixes two issues in the same doc comment: the function name and a parameter name were stale after commit 6364afd532bc refactored the API to use a `pages` struct. ```diff - * drm_gpusvm_range_pages_valid_unlocked() - GPU SVM range pages valid unlocked + * drm_gpusvm_pages_valid_unlocked() - GPU SVM range pages valid unlocked * @gpusvm: Pointer to the GPU SVM structure - * @range: Pointer to the GPU SVM range structure + * @svm_pages: Pointer to the GPU SVM pages structure ``` Both the function name and parameter name changes correctly match what the refactor commit changed. Looks good. --- --- Generated by Claude Code Patch Reviewer