All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: greybus: Correct code style issues
@ 2017-10-20  0:06 Frank A. Cancio Bello
  2017-10-20  0:06 ` [PATCH 1/6] staging: greybus: Remove unnecessary blank lines Frank A. Cancio Bello
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Frank A. Cancio Bello @ 2017-10-20  0:06 UTC (permalink / raw)
  To: pablo, Julia.Lawall
  Cc: Johan Hovold, Alex Elder, Greg Kroah-Hartman, outreachy-kernel

This patchset address code style issues with blank lines, aligment,
spacing. Beside it change 'var_name == NULL' by '!var_name' and use
kernel type instead of C99 types.

Frank A. Cancio Bello (6):
  staging: greybus: Remove unnecessary blank lines
  staging: greybus: Fix alignment issues
  staging: greybus: Use u32 instead of uint32_t
  staging: greybus: Add space around ternary operator
  staging: greybus: Move logical operator in previous line
  staging: greybus: Rewrite NULL comparisons

 drivers/staging/greybus/arche-apb-ctrl.c | 37 +++++++++++----------
 drivers/staging/greybus/arche-platform.c | 10 +++---
 drivers/staging/greybus/audio_codec.c    | 23 ++++++-------
 drivers/staging/greybus/audio_codec.h    |  2 +-
 drivers/staging/greybus/audio_module.c   |  4 +--
 drivers/staging/greybus/audio_topology.c | 55 ++++++++++++++++----------------
 drivers/staging/greybus/authentication.c |  2 +-
 drivers/staging/greybus/bootrom.c        | 20 ++++++------
 drivers/staging/greybus/bundle.c         |  2 +-
 drivers/staging/greybus/camera.c         | 16 +++++-----
 drivers/staging/greybus/connection.c     |  4 ---
 drivers/staging/greybus/control.c        |  1 -
 drivers/staging/greybus/core.c           |  2 +-
 13 files changed, 84 insertions(+), 94 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-10-21 10:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20  0:06 [PATCH 0/6] staging: greybus: Correct code style issues Frank A. Cancio Bello
2017-10-20  0:06 ` [PATCH 1/6] staging: greybus: Remove unnecessary blank lines Frank A. Cancio Bello
2017-10-21 10:09   ` Johan Hovold
2017-10-20  0:22 ` [PATCH 2/6] staging: greybus: Fix alignment issues Frank A. Cancio Bello
2017-10-20  0:22 ` [PATCH 3/6] staging: greybus: Use u32 instead of uint32_t Frank A. Cancio Bello
2017-10-20  0:23 ` [PATCH 4/6] staging: greybus: Add space around ternary operator Frank A. Cancio Bello
2017-10-20  0:24 ` [PATCH 5/6] staging: greybus: Move logical operator in previous line Frank A. Cancio Bello
2017-10-20  0:26 ` [PATCH 6/6] staging: greybus: Rewrite NULL comparisons Frank A. Cancio Bello
2017-10-21 10:07 ` [PATCH 0/6] staging: greybus: Correct code style issues 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.