Re: [PATCH 00/11] tty: serial: Fix some coding style issues
From: Johan Hovold <johan@kernel.org>
Date: 2021-05-21 08:56:19
On Tue, May 18, 2021 at 09:57:07AM +0800, Jay Fang wrote:
From: Zihao Tang <redacted> This patchset fixes some coding style issues reported by checkpatch.pl.
Please don't send (checkpatch) style cleanups for code outside of staging unless you're also doing some real changes to the code in question as this only makes it harder to do code forensics and backport fixes for no good reason. Some more discussion can be found here: https://lore.kernel.org/r/YKYcFfKiHT39Gyey@hovoldconsulting.com (local)
Zihao Tang (11): tty: serial: 21285: Fix some coding sytle issues tty: serial: amba-pl010: Fix 2 coding style issues tty: serial: amba-pl011: Replace the unsuitable spaces with tabs tty: serial: amba-pl011: Remove initialization of static variable tty: serial: apbuart: Fix some coding sytle issues tty: serial: atmel: Fix some coding style issues tty: serial: bcm63xx_uart: Fix some coding style issues tty: serial: clps711x: Fix some coding style issuses tty: serial: digicolor: Use 'unsigned int' instead of 'unsigned' tty: serial: dz: Use 'unsigned int' instead of 'unsigned' tty: serial: earlycon-arm-semihost : Fix some coding style issuses
Johan