All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] staging: greybus: various code cleanups
@ 2018-11-05 14:18 Ioannis Valasakis
  2018-11-05 14:18 ` [PATCH 01/14] staging: greybus Align parameters to parentheses Ioannis Valasakis
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Ioannis Valasakis @ 2018-11-05 14:18 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

staging: greybus: Various code cleanups reported by checkpatch.

Ioannis Valasakis (14):
  staging: greybus Align parameters to parentheses
  staging: greybus Add a blank line after declaration
  staging: greybus Fix SPDX identifier
  staging: greybus Align arguments with parentheses
  staging: greybus Shorten comparison to NULL
  staging: greybus Correct SPDX License Identifier
  staging: greybus Remove multiple blank lines
  staging: greybus Insert empty line after struct
  staging: greybus Remove space before tab
  staging: greybus: cleanup long line in gb_uart_probe()
  staging: greybus: remove multiple blank lines
  staging: greybus: Add extra space around OR operator
  staging: greybus: remove extra space before tab
  staging: greybus: correct SPDX license identifiers

 drivers/staging/greybus/arche-apb-ctrl.c      |  1 -
 drivers/staging/greybus/arche_platform.h      |  2 +-
 drivers/staging/greybus/arpc.h                |  2 +-
 drivers/staging/greybus/audio_apbridgea.h     |  2 +-
 drivers/staging/greybus/audio_codec.h         |  2 +-
 drivers/staging/greybus/audio_manager.h       |  2 +-
 .../staging/greybus/audio_manager_private.h   |  2 +-
 drivers/staging/greybus/bundle.h              |  3 +-
 drivers/staging/greybus/connection.c          |  4 ---
 drivers/staging/greybus/connection.h          |  2 +-
 drivers/staging/greybus/control.h             |  5 ++--
 drivers/staging/greybus/core.c                |  6 ++--
 drivers/staging/greybus/firmware.h            |  2 +-
 drivers/staging/greybus/gb-camera.h           |  2 +-
 drivers/staging/greybus/gbphy.h               |  2 +-
 drivers/staging/greybus/greybus.h             |  2 +-
 .../staging/greybus/greybus_authentication.h  |  2 +-
 drivers/staging/greybus/greybus_firmware.h    |  2 +-
 drivers/staging/greybus/greybus_manifest.h    |  2 +-
 drivers/staging/greybus/greybus_protocols.h   | 29 +++++--------------
 drivers/staging/greybus/greybus_trace.h       |  2 +-
 drivers/staging/greybus/hd.h                  |  2 +-
 drivers/staging/greybus/interface.h           |  2 +-
 drivers/staging/greybus/manifest.h            |  2 +-
 drivers/staging/greybus/module.h              |  2 +-
 drivers/staging/greybus/operation.h           |  2 +-
 drivers/staging/greybus/spilib.h              |  2 +-
 drivers/staging/greybus/svc.h                 |  2 +-
 drivers/staging/greybus/uart.c                |  8 ++---
 29 files changed, 41 insertions(+), 59 deletions(-)

-- 
2.19.1




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

end of thread, other threads:[~2018-11-05 14:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 14:18 [PATCH 00/14] staging: greybus: various code cleanups Ioannis Valasakis
2018-11-05 14:18 ` [PATCH 01/14] staging: greybus Align parameters to parentheses Ioannis Valasakis
2018-11-05 14:27   ` Greg KH
2018-11-05 14:18 ` [PATCH 02/14] staging: greybus Add a blank line after declaration Ioannis Valasakis
2018-11-05 14:18 ` [PATCH 03/14] staging: greybus Fix SPDX identifier Ioannis Valasakis
2018-11-05 14:19 ` [PATCH 04/14] staging: greybus Align arguments with parentheses Ioannis Valasakis
2018-11-05 14:19 ` [PATCH 05/14] staging: greybus Shorten comparison to NULL Ioannis Valasakis
2018-11-05 14:22   ` [Outreachy kernel] " Julia Lawall
2018-11-05 14:19 ` [PATCH 06/14] staging: greybus Correct SPDX License Identifier Ioannis Valasakis
2018-11-05 14:19 ` [PATCH 07/14] staging: greybus Remove multiple blank lines Ioannis Valasakis
2018-11-05 14:19 ` [PATCH 08/14] staging: greybus Insert empty line after struct Ioannis Valasakis
2018-11-05 14:19 ` [PATCH 09/14] staging: greybus Remove space before tab Ioannis Valasakis
2018-11-05 14:20 ` [PATCH 10/14] staging: greybus: cleanup long line in gb_uart_probe() Ioannis Valasakis
2018-11-05 14:21   ` [Outreachy kernel] " Julia Lawall
2018-11-05 14:20 ` [PATCH 11/14] staging: greybus: remove multiple blank lines Ioannis Valasakis
2018-11-05 14:20 ` [PATCH 12/14] staging: greybus: Add extra space around OR operator Ioannis Valasakis
2018-11-05 14:20 ` [PATCH 13/14] staging: greybus: remove extra space before tab Ioannis Valasakis
2018-11-05 14:20 ` [PATCH 14/14] staging: greybus: correct SPDX license identifiers Ioannis Valasakis
2018-11-05 14:28 ` [PATCH 00/14] staging: greybus: various code cleanups Greg KH

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.