Re: [PATCH] staging: fbtft: Fix "space prohibited before that close parenthesis ')'" error reported by checkpatch
From: Dan Carpenter <hidden>
Date: 2024-02-21 10:18:47
Also in:
dri-devel, linux-staging
From: Dan Carpenter <hidden>
Date: 2024-02-21 10:18:47
Also in:
dri-devel, linux-staging
On Wed, Feb 21, 2024 at 06:54:04PM +0900, sawara04.o@gmail.com wrote:
From: Kyoji Ogasawara <redacted> Since whitespace is prohibited before that close parenthesis ')' in a conditional statements, remove it and fix checkpatch.pl error "space prohibited before that close parenthesis ')'". Signed-off-by: Kyoji Ogasawara <redacted>
This breaks the build. You could do a search for it. https://lore.kernel.org/all/?q=define_fbtft_write_reg regards, dan carpenter