From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fbdev: au1100fb: Mark several local functions as static Date: Mon, 16 Feb 2026 11:56:59 +1000 Message-ID: In-Reply-To: =?utf-8?q?=3C927329dfdcf1afab17f70280c965302ff2d78782=2E1771163?= =?utf-8?q?316=2Egit=2Eu=2Ekleine-koenig=40baylibre=2Ecom=3E?= References: =?utf-8?q??= =?utf-8?q?=3C927329dfdcf1afab17f70280c965302ff2d78782=2E1771163316=2Egit=2E?= =?utf-8?q?u=2Ekleine-koenig=40baylibre=2Ecom=3E?= X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review No regressions found. Pure mechanical addition of `static` to 6 functions tha= t are only referenced within the compilation unit (either directly or via fun= ction pointers in `au1100fb_ops` and `au1100fb_driver`). --- Generated by Claude Code Patch Reviewer