All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] tty: serial: Fix some coding style issues
@ 2021-05-18  1:57 Jay Fang
  2021-05-18  1:57 ` [PATCH 01/11] tty: serial: 21285: Fix some coding sytle issues Jay Fang
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jay Fang @ 2021-05-18  1:57 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linuxarm, huangdaode, tangzihao1

From: Zihao Tang <tangzihao1@hisilicon.com>

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-05-21  8:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  1:57 [PATCH 00/11] tty: serial: Fix some coding style issues Jay Fang
2021-05-18  1:57 ` [PATCH 01/11] tty: serial: 21285: Fix some coding sytle issues Jay Fang
2021-05-18  1:57 ` [PATCH 02/11] tty: serial: amba-pl010: Fix 2 coding style issues Jay Fang
2021-05-18  1:57 ` [PATCH 03/11] tty: serial: amba-pl011: Replace the unsuitable spaces with tabs Jay Fang
2021-05-18  1:57 ` [PATCH 04/11] tty: serial: amba-pl011: Remove initialization of static variable Jay Fang
2021-05-18  1:57 ` [PATCH 05/11] tty: serial: apbuart: Fix some coding sytle issues Jay Fang
2021-05-18  1:57 ` [PATCH 06/11] tty: serial: atmel: Fix some coding style issues Jay Fang
2021-05-18  1:57 ` [PATCH 07/11] tty: serial: bcm63xx_uart: " Jay Fang
2021-05-18  1:57 ` [PATCH 08/11] tty: serial: clps711x: Fix some coding style issuses Jay Fang
2021-05-18  1:57 ` [PATCH 09/11] tty: serial: digicolor: Use 'unsigned int' instead of 'unsigned' Jay Fang
2021-05-18  1:57 ` [PATCH 10/11] tty: serial: dz: " Jay Fang
2021-05-18  1:57 ` [PATCH 11/11] tty: serial: earlycon-arm-semihost : Fix some coding style issuses Jay Fang
2021-05-18  5:39 ` [PATCH 00/11] tty: serial: Fix some coding style issues Greg KH
2021-05-21  8:56 ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.