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: panel-orientation-quirks: Add Zeenix Lite and Pro Date: Tue, 17 Feb 2026 07:19:41 +1000 Message-ID: In-Reply-To: <20260216204547.293291-11-lkml@antheas.dev> References: <20260216204547.293291-1-lkml@antheas.dev> <20260216204547.293291-11-lkml@antheas.dev> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review > + }, { /* Tectoy Zeenix Lite */ > + .matches = { > + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Tectoy"), > + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Zeenix Lite"), > + }, > + .driver_data = (void *)&lcd1080x1920_leftside_up, > + }, { /* Tectoy Zeenix Pro */ Both Zeenix entries use 4 spaces between `}, {` and the comment (`}, { /*`), while every other entry in the file uses a tab (`}, {^I/*`). This should be fixed to use tabs for consistency with the rest of the file. --- Generated by Claude Code Patch Reviewer