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/vc4: update outdated comment for renamed vc4_crtc_atomic_flush() Date: Sun, 22 Mar 2026 03:04:07 +1000 Message-ID: In-Reply-To: <20260321105743.6562-1-kexinsun@smail.nju.edu.cn> References: <20260321105743.6562-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/vc4: update outdated comment for renamed vc4_crtc_atomic_flush() Author: Kexin Sun Patches: 1 Reviewed: 2026-03-22T03:04:07.574647 --- This is a single-patch series making a trivial but correct comment fix in the VC4 DRM driver. The function `vc4_crtc_atomic_flush()` was renamed to `vc4_hvs_atomic_flush()` in a prior commit, but a comment in `vc4_drv.h` still referenced the old name. The fix is straightforward and verified correct. **Verdict: Looks good.** No functional concerns. --- Generated by Claude Code Patch Reviewer