Re: [PATCH] tty: serial: samsung: Remove superfluous braces in macro

From: Greg Kroah-Hartman
Date: Tue Feb 06 2024 - 09:29:50 EST


On Thu, Feb 01, 2024 at 07:05:07PM -0600, Sam Protsenko wrote:
> Commit 59f37b7370ef ("tty: serial: samsung: Remove USI initialization")
> removes parameters from EXYNOS_COMMON_SERIAL_DRV_DATA() macro, but
> leaves unnecessary empty braces. Remove those to fix the style. No
> functional change.
>
> Fixes: 59f37b7370ef ("tty: serial: samsung: Remove USI initialization")

"no functional change" don't really deserve a "Fixes:" tag. I'll go
delete this when applying, thanks.

greg k-h