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/amd/display: update outdated comments for renamed vblank_control_worker() Date: Sun, 22 Mar 2026 03:07:22 +1000 Message-ID: In-Reply-To: <20260321105717.6212-1-kexinsun@smail.nju.edu.cn> References: <20260321105717.6212-1-kexinsun@smail.nju.edu.cn> 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/amd/display: update outdated comments for renamed vblank_control_worker() Author: Kexin Sun Patches: 1 Reviewed: 2026-03-22T03:07:22.157312 --- This is a single-patch series that updates two stale comment references to `vblank_control_worker()` in `amdgpu_dm.c`, replacing them with the current function name `amdgpu_dm_crtc_vblank_control_worker()` after it was renamed in commit 6ce4f9ee25ff. The change is trivial, correct, and improves code maintainability by keeping comments in sync with actual function names. No functional changes. --- Generated by Claude Code Patch Reviewer