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

Matt Wardle posted 3 patches 1 month, 3 weeks ago
.../base/circbuf/interface/ia_css_circbuf.h   |   3 +-
.../circbuf/interface/ia_css_circbuf_desc.h   |   3 +-
.../atomisp/pci/base/refcount/src/refcount.c  |   3 +-
.../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 |  14 +--
.../isp/kernels/eed1_8/ia_css_eed1_8.host.c   |  13 +-
.../isp/kernels/raw/raw_1.0/ia_css_raw.host.c |   7 +-
.../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   |  13 +-
.../isp/kernels/vf/vf_1.0/ia_css_vf.host.c    |  25 ++--
.../atomisp/pci/runtime/binary/src/binary.c   | 111 +++++++-----------
.../pci/runtime/debug/src/ia_css_debug.c      |   6 +-
.../pci/runtime/isp_param/src/isp_param.c     |  24 ++--
.../pci/runtime/isys/src/virtual_isys.c       |   3 +-
.../pci/runtime/pipeline/src/pipeline.c       |   3 +-
drivers/staging/media/atomisp/pci/sh_css.c    |   6 +-
.../staging/media/atomisp/pci/sh_css_params.c |  12 +-
29 files changed, 134 insertions(+), 209 deletions(-)
[PATCH 0/3] staging: media: atomisp: Fix style issues
Posted by Matt Wardle 1 month, 3 weeks ago
This patch fixes errors and warnings reported by checkpatch.pl to
conform to kernel coding style.

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

 .../base/circbuf/interface/ia_css_circbuf.h   |   3 +-
 .../circbuf/interface/ia_css_circbuf_desc.h   |   3 +-
 .../atomisp/pci/base/refcount/src/refcount.c  |   3 +-
 .../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 |  14 +--
 .../isp/kernels/eed1_8/ia_css_eed1_8.host.c   |  13 +-
 .../isp/kernels/raw/raw_1.0/ia_css_raw.host.c |   7 +-
 .../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   |  13 +-
 .../isp/kernels/vf/vf_1.0/ia_css_vf.host.c    |  25 ++--
 .../atomisp/pci/runtime/binary/src/binary.c   | 111 +++++++-----------
 .../pci/runtime/debug/src/ia_css_debug.c      |   6 +-
 .../pci/runtime/isp_param/src/isp_param.c     |  24 ++--
 .../pci/runtime/isys/src/virtual_isys.c       |   3 +-
 .../pci/runtime/pipeline/src/pipeline.c       |   3 +-
 drivers/staging/media/atomisp/pci/sh_css.c    |   6 +-
 .../staging/media/atomisp/pci/sh_css_params.c |  12 +-
 29 files changed, 134 insertions(+), 209 deletions(-)

-- 
2.53.0