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/atomic-state-helper: Rename __drm_atomic_helper_bridge_reset() Date: Thu, 04 Jun 2026 15:45:41 +1000 Message-ID: In-Reply-To: <20260530-drm-no-more-bridge-reset-v1-1-875d828d31bc@kernel.org> References: <20260530-drm-no-more-bridge-reset-v1-0-875d828d31bc@kernel.org> <20260530-drm-no-more-bridge-reset-v1-1-875d828d31bc@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean rename from `__drm_atomic_helper_bridge_reset()` to `__drm_atomic_helper_bridge_state_init()`. The new name accurately describes what the function does: initialize state, not reset hardware. The only caller (cdns-mhdp8546) is updated. No issues. --- Generated by Claude Code Patch Reviewer