From: Zihao Tang <tangzihao1@xxxxxxxxxxxxx> This patchset fixes some coding style issues reported by checkpatch.pl. 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 drivers/tty/serial/21285.c | 7 +++---- drivers/tty/serial/amba-pl010.c | 4 ++-- drivers/tty/serial/amba-pl011.c | 12 ++++++------ drivers/tty/serial/apbuart.c | 5 ++++- drivers/tty/serial/atmel_serial.c | 13 +++++++++---- drivers/tty/serial/bcm63xx_uart.c | 14 +++++++++----- drivers/tty/serial/clps711x.c | 4 ++-- drivers/tty/serial/digicolor-usart.c | 2 +- drivers/tty/serial/dz.c | 4 ++-- drivers/tty/serial/earlycon-arm-semihost.c | 3 ++- 10 files changed, 40 insertions(+), 28 deletions(-) -- 2.7.4