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: Fold au1100fb.h into its only user Date: Mon, 16 Feb 2026 11:57:00 +1000 Message-ID: In-Reply-To: =?utf-8?q?=3Ce7fbd64f4dd727174a29349975d3b5598f7f801b=2E1771163?= =?utf-8?q?316=2Egit=2Eu=2Ekleine-koenig=40baylibre=2Ecom=3E?= References: =?utf-8?q??= =?utf-8?q?=3Ce7fbd64f4dd727174a29349975d3b5598f7f801b=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 **Issue found**: The patch creates an empty file at `drivers/video/au1100fb.c= `: ``` diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c new file mode 100644 index 000000000000..e69de29bb2d1 ``` This is at `drivers/video/` (not `drivers/video/fbdev/`). The file is empty (= git blob `e69de29bb2d1` is the empty blob). This appears to be accidentally i= ncluded in the patch - there's no reason for an empty file at this location. = The actual driver file at `drivers/video/fbdev/au1100fb.c` is correctly modif= ied. The header-to-source inlining itself is a clean mechanical move with no issue= s. --- Generated by Claude Code Patch Reviewer