From: Jaiden Magnan <jaiden.linux@gmail.com>
To: hansg@kernel.org
Cc: linux-staging@lists.linux.dev, linux-media@vger.kernel.org,
Jaiden Magnan <jaiden.linux@gmail.com>
Subject: [PATCH] Staging: media: binary: fixed a brace coding style issue
Date: Mon, 22 Sep 2025 03:49:08 +0000 [thread overview]
Message-ID: <20250922034908.17918-1-jaiden.linux@gmail.com> (raw)
Fixed a coding style issue.
Signed-off-by: Jaiden Magnan <jaiden.linux@gmail.com>
---
drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c b/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
index af93ca96747c..2264db62c818 100644
--- a/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
+++ b/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
@@ -498,7 +498,8 @@ ia_css_binary_init_infos(void) {
}
int
-ia_css_binary_uninit(void) {
+ia_css_binary_uninit(void)
+{
unsigned int i;
struct ia_css_binary_xinfo *b;
--
2.43.0
reply other threads:[~2025-09-22 3:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250922034908.17918-1-jaiden.linux@gmail.com \
--to=jaiden.linux@gmail.com \
--cc=hansg@kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).