From: Matt Wardle <matt@mattwardle.net>
To: Hans de Goede <hansg@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Andy Shevchenko <andy@kernel.org>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org, Matt Wardle <matt@mattwardle.net>
Subject: [PATCH 0/3] staging: media: atomisp: Fix brace style issues
Date: Mon, 09 Feb 2026 14:29:04 +0000 (UTC) [thread overview]
Message-ID: <20260209142820.650334-1-matt@mattwardle.net> (raw)
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
next reply other threads:[~2026-02-09 14:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-09 14:29 Matt Wardle [this message]
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
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=20260209142820.650334-1-matt@mattwardle.net \
--to=matt@mattwardle.net \
--cc=andy@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.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.