[PATCH 0/3] staging: media: atomisp: Fix brace style issues

Matt Wardle posted 3 patches 22 hours ago
.../base/circbuf/interface/ia_css_circbuf.h   |  3 +-
.../circbuf/interface/ia_css_circbuf_desc.h   |  3 +-
.../atomisp/pci/base/refcount/src/refcount.c  | 10 +--
.../pci/camera/pipe/src/pipe_stagedesc.c      |  9 +--
.../atomisp/pci/camera/pipe/src/pipe_util.c   |  3 +-
.../host/isys_stream2mmio_private.h           |  3 +-
.../host/event_fifo_private.h                 |  3 +-
.../host/input_formatter.c                    |  3 +-
.../hive_isp_css_common/host/input_system.c   | 14 ++--
.../pci/hive_isp_css_common/host/irq.c        | 30 +++----
.../pci/hive_isp_css_common/host/mmu.c        |  3 +-
.../pci/hive_isp_css_common/host/vmem.c       |  4 +-
.../isp/kernels/anr/anr_2/ia_css_anr2.host.c  |  3 +-
.../pci/isp/kernels/bnlm/ia_css_bnlm.host.c   |  6 +-
.../isp/kernels/ctc/ctc2/ia_css_ctc2.host.c   |  7 +-
.../isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c |  6 +-
.../isp/kernels/eed1_8/ia_css_eed1_8.host.c   | 13 ++--
.../isp/kernels/raw/raw_1.0/ia_css_raw.host.c |  6 +-
.../isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.c |  3 +-
.../kernels/sdis/sdis_1.0/ia_css_sdis.host.c  |  6 +-
.../kernels/sdis/sdis_2/ia_css_sdis2.host.c   |  9 +--
.../isp/kernels/vf/vf_1.0/ia_css_vf.host.c    |  9 ++-
.../atomisp/pci/runtime/binary/src/binary.c   | 78 ++++++++-----------
.../pci/runtime/debug/src/ia_css_debug.c      |  6 +-
.../pci/runtime/isp_param/src/isp_param.c     | 12 +--
.../media/atomisp/pci/runtime/isys/src/rx.c   |  6 +-
.../pci/runtime/isys/src/virtual_isys.c       |  3 +-
.../pci/runtime/pipeline/src/pipeline.c       |  3 +-
drivers/staging/media/atomisp/pci/sh_css.c    |  7 +-
.../staging/media/atomisp/pci/sh_css_params.c | 12 +--
drivers/staging/media/atomisp/pci/sh_css_sp.c |  3 +-
31 files changed, 116 insertions(+), 170 deletions(-)
[PATCH 0/3] staging: media: atomisp: Fix brace style issues
Posted by Matt Wardle 22 hours ago
This patch fixes errors, warnings and checks reported by checkpatch.pl
to comply with kernel coding style.

Matt Wardle (3):
  staging: media: atomisp: Fix braces on incorrect lines
  staging: media: atomisp: Remove braces for single statement blocks
  staging: media: atomisp: Fix missing braces for statement blocks

 .../base/circbuf/interface/ia_css_circbuf.h   |  3 +-
 .../circbuf/interface/ia_css_circbuf_desc.h   |  3 +-
 .../atomisp/pci/base/refcount/src/refcount.c  | 10 +--
 .../pci/camera/pipe/src/pipe_stagedesc.c      |  9 +--
 .../atomisp/pci/camera/pipe/src/pipe_util.c   |  3 +-
 .../host/isys_stream2mmio_private.h           |  3 +-
 .../host/event_fifo_private.h                 |  3 +-
 .../host/input_formatter.c                    |  3 +-
 .../hive_isp_css_common/host/input_system.c   | 14 ++--
 .../pci/hive_isp_css_common/host/irq.c        | 30 +++----
 .../pci/hive_isp_css_common/host/mmu.c        |  3 +-
 .../pci/hive_isp_css_common/host/vmem.c       |  4 +-
 .../isp/kernels/anr/anr_2/ia_css_anr2.host.c  |  3 +-
 .../pci/isp/kernels/bnlm/ia_css_bnlm.host.c   |  6 +-
 .../isp/kernels/ctc/ctc2/ia_css_ctc2.host.c   |  7 +-
 .../isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c |  6 +-
 .../isp/kernels/eed1_8/ia_css_eed1_8.host.c   | 13 ++--
 .../isp/kernels/raw/raw_1.0/ia_css_raw.host.c |  6 +-
 .../isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.c |  3 +-
 .../kernels/sdis/sdis_1.0/ia_css_sdis.host.c  |  6 +-
 .../kernels/sdis/sdis_2/ia_css_sdis2.host.c   |  9 +--
 .../isp/kernels/vf/vf_1.0/ia_css_vf.host.c    |  9 ++-
 .../atomisp/pci/runtime/binary/src/binary.c   | 78 ++++++++-----------
 .../pci/runtime/debug/src/ia_css_debug.c      |  6 +-
 .../pci/runtime/isp_param/src/isp_param.c     | 12 +--
 .../media/atomisp/pci/runtime/isys/src/rx.c   |  6 +-
 .../pci/runtime/isys/src/virtual_isys.c       |  3 +-
 .../pci/runtime/pipeline/src/pipeline.c       |  3 +-
 drivers/staging/media/atomisp/pci/sh_css.c    |  7 +-
 .../staging/media/atomisp/pci/sh_css_params.c | 12 +--
 drivers/staging/media/atomisp/pci/sh_css_sp.c |  3 +-
 31 files changed, 116 insertions(+), 170 deletions(-)

-- 
2.53.0