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_v2: Fix non-static global variable Date: Tue, 05 May 2026 11:40:56 +1000 Message-ID: In-Reply-To: <20260429-mediatek-drm-fix-sparse-warnings-v1-1-d95c4d118b83@collabora.com> References: <20260429-mediatek-drm-fix-sparse-warnings-v1-0-d95c4d118b83@collabora.com> <20260429-mediatek-drm-fix-sparse-warnings-v1-1-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_v2_driver =3D { +static struct platform_driver mtk_hdmi_ddc_v2_driver =3D { ``` Correct. `mtk_hdmi_ddc_v2_driver` is only used at the definition site and v= ia `module_platform_driver()` in the same file. The Fixes tag points to `8d= 0f79886273` which introduced the symbol =E2=80=94 this is appropriate. Repo= rted-by/Closes tags for the kernel test robot report are present. **Reviewed-by worthy. No issues.** --- Generated by Claude Code Patch Reviewer