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/mediatek: mtk_hdmi_ddc: Fix non-static global variable Date: Tue, 05 May 2026 11:40:57 +1000 Message-ID: In-Reply-To: <20260429-mediatek-drm-fix-sparse-warnings-v1-4-d95c4d118b83@collabora.com> References: <20260429-mediatek-drm-fix-sparse-warnings-v1-0-d95c4d118b83@collabora.com> <20260429-mediatek-drm-fix-sparse-warnings-v1-4-d95c4d118b83@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review ```c -struct platform_driver mtk_hdmi_ddc_driver =3D { +static struct platform_driver mtk_hdmi_ddc_driver =3D { ``` Correct. `mtk_hdmi_ddc_driver` is only used at the definition and via `modu= le_platform_driver()` in `mtk_hdmi_ddc.c`. The Fixes tag points to `c241118= b6216` which switched to `module_platform_driver` =E2=80=94 same pattern as= patch 3, correct rationale. **Reviewed-by worthy. No issues.** --- Generated by Claude Code Patch Reviewer