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/bridge: analogix_dp: Rename and simplify is_rockchip() Date: Mon, 25 May 2026 20:40:13 +1000 Message-ID: In-Reply-To: <20260521080835.1362416-9-damon.ding@rock-chips.com> References: <20260521080835.1362416-1-damon.ding@rock-chips.com> <20260521080835.1362416-9-damon.ding@rock-chips.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean refactoring. The rename from `is_rockchip()` to `analogix_dp_is_rockchip()` follows namespace conventions, and the switch-case is more maintainable than chained `||` comparisons. **Minor nit**: The tag ordering has `Signed-off-by` before `Suggested-by`: ``` Signed-off-by: Damon Ding Suggested-by: Nicolas Frattaroli Reviewed-by: Luca Ceresoli ``` Convention is `Suggested-by` before `Signed-off-by` since the suggestion prompted the work. Not blocking, but worth noting. --- Generated by Claude Code Patch Reviewer