From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: staging: fbtft: fix coding style issue in fbtft-bus.c Date: Mon, 13 Apr 2026 18:59:36 +1000 Message-ID: In-Reply-To: <20260412164953.1470-1-mzndmzn@gmail.com> References: <20260412164953.1470-1-mzndmzn@gmail.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: staging: fbtft: fix coding style issue in fbtft-bus.c Author: Baker Patches: 1 Reviewed: 2026-04-13T18:59:36.948669 --- **NAK =E2=80=94 This patch is incorrect and will break compilation.** This is a single-patch "series" that attempts to fix a checkpatch.pl style = warning by removing the trailing comma and empty 4th argument from two `def= ine_fbtft_write_reg` macro invocations. However, the empty 4th argument is = **intentional and functional** =E2=80=94 it is not a style issue. Removing = it changes the macro call from 4 arguments to 3, which will cause a preproc= essor error since the macro is defined with exactly 4 parameters. --- Generated by Claude Code Patch Reviewer