All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioannis Valasakis <code@wizofe.uk>
To: outreachy-kernel@googlegroups.com
Cc: gregkh@linuxfoundation.org
Subject: [PATCH 00/15] staging: greybus: fix various coding style issues
Date: Tue, 6 Nov 2018 01:04:06 +0000	[thread overview]
Message-ID: <cover.1541466184.git.code@wizofe.uk> (raw)

Fix various coding style issues reported by reportcheck, uncrustify and
coccinelle.

Ioannis Valasakis (15):
  staging: greybus: shorten comparison to NULL
  staging: greybus: align parameters to parentheses
  staging: greybus: add a blank line after declaration
  staging: greybus: fix SPDX License Identifier
  greybus: staging: align arguments with parentheses
  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: 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
  staging: greybus: remove comparison to BOOL
  staging: greybus: remove unmatched right bracket

 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/camera.c              |  1 -
 drivers/staging/greybus/connection.c          |  4 ---
 drivers/staging/greybus/connection.h          |  2 +-
 drivers/staging/greybus/control.h             |  5 ++--
 drivers/staging/greybus/core.c                |  4 +--
 drivers/staging/greybus/es2.c                 |  4 +--
 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                |  4 +--
 31 files changed, 40 insertions(+), 59 deletions(-)

-- 
2.19.1




             reply	other threads:[~2018-11-06  1:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06  1:04 Ioannis Valasakis [this message]
2018-11-06  1:04 ` [PATCH 01/15] staging: greybus: shorten comparison to NULL Ioannis Valasakis
2018-11-06  1:04 ` [PATCH 02/15] staging: greybus: align parameters to parentheses Ioannis Valasakis
2018-11-06  1:04 ` [PATCH 03/15] staging: greybus: add a blank line after declaration Ioannis Valasakis
2018-11-06  1:04 ` [PATCH 04/15] staging: greybus: fix SPDX License Identifier Ioannis Valasakis
2018-11-06  1:04 ` [PATCH 05/15] greybus: staging: align arguments with parentheses Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 06/15] staging: greybus: correct SPDX License Identifier Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 07/15] staging: greybus: remove multiple blank lines Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 08/15] staging: greybus: insert empty line after struct Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 09/15] staging: greybus: remove space before tab Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 10/15] staging: greybus: remove multiple blank lines Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 11/15] staging: greybus: add extra space around OR operator Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 12/15] staging: greybus: remove extra space before tab Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 13/15] staging: greybus: correct SPDX license identifiers Ioannis Valasakis
2018-11-06  1:05 ` [PATCH 14/15] staging: greybus: remove comparison to BOOL Ioannis Valasakis
2018-11-06  1:06 ` [PATCH 15/15] staging: greybus: remove unmatched right bracket Ioannis Valasakis
2018-11-07 11:17 ` [PATCH 00/15] staging: greybus: fix various coding style issues Greg KH
2018-11-07 17:48   ` tungolcild
2018-11-08  0:00     ` [Outreachy kernel] " Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1541466184.git.code@wizofe.uk \
    --to=code@wizofe.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.