public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: media: atomisp: Fix brace style issues
@ 2026-02-09 14:29 Matt Wardle
  2026-02-09 14:29 ` [PATCH 1/3] staging: media: atomisp: Fix braces on incorrect lines Matt Wardle
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Matt Wardle @ 2026-02-09 14:29 UTC (permalink / raw)
  To: Hans de Goede, Mauro Carvalho Chehab, Andy Shevchenko
  Cc: Sakari Ailus, Greg Kroah-Hartman, linux-media, linux-staging,
	linux-kernel, Matt Wardle

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


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

end of thread, other threads:[~2026-02-09 18:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-09 14:29 [PATCH 0/3] staging: media: atomisp: Fix brace style issues Matt Wardle
2026-02-09 14:29 ` [PATCH 1/3] staging: media: atomisp: Fix braces on incorrect lines Matt Wardle
2026-02-09 15:42   ` Andy Shevchenko
2026-02-09 18:05     ` Matt Wardle
2026-02-09 14:29 ` [PATCH 2/3] staging: media: atomisp: Remove braces for single statement blocks Matt Wardle
2026-02-09 15:37   ` Andy Shevchenko
2026-02-09 14:29 ` [PATCH 3/3] staging: media: atomisp: Fix missing braces for " Matt Wardle
2026-02-09 15:44   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox