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: fix sparse warnings Date: Tue, 05 May 2026 11:40:56 +1000 Message-ID: In-Reply-To: <20260429-mediatek-drm-fix-sparse-warnings-v1-0-d95c4d118b83@collabora.com> References: <20260429-mediatek-drm-fix-sparse-warnings-v1-0-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 Overall Series Review Subject: drm/mediatek: fix sparse warnings Author: Louis-Alexis Eyraud Patches: 5 Reviewed: 2026-05-05T11:40:56.678882 --- This is a clean, straightforward 4-patch series that adds `static` to four = file-local symbols in the MediaTek DRM driver to fix sparse warnings. Each = change is a mechanical one-liner. All four symbols are confirmed to be used= only within their respective `.c` files, with no external references or he= ader declarations. The series is correct and safe to merge. Minor nit: The cover letter says "based on linux-next (tag: next-2040428)" = =E2=80=94 the year looks wrong ("2040428"), likely a typo for "next-2026042= 8". This is cosmetic only. **Verdict: All four patches look good to me.** --- Generated by Claude Code Patch Reviewer