From: Martin Weidenauer <martin@weidenauer.cc>
To: hansg@kernel.org, mchehab@kernel.org,
sakari.ailus@linux.intel.com, andy@kernel.org,
gregkh@linuxfoundation.org, linux-media@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Cc: ~lkcamp/patches@lists.sr.ht, koike@igalia.com,
Martin Weidenauer <martin@weidenauer.cc>
Subject: [PATCH] staging: atomisp: isp: fix open brace on new line
Date: Mon, 14 Jul 2025 15:19:53 +0200 [thread overview]
Message-ID: <20250714131953.45947-1-martin@weidenauer.cc> (raw)
Fix checkpatch error "ERROR: that open brace { should be on the previous line"
in ia_css_dvs.host.c:277.
Signed-off-by: Martin Weidenauer <martin@weidenauer.cc>
---
Hey, this is my first patch, I appreciate any feedback. Greetings from DebConf25!
---
.../atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
index 30c84639d7e8..7fda12d3a646 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.c
@@ -274,8 +274,7 @@ store_dvs_6axis_config(
binary,
dvs_in_frame_info);
- if (!me)
- {
+ if (!me) {
IA_CSS_LEAVE_ERR_PRIVATE(-ENOMEM);
return -ENOMEM;
}
--
2.39.5
next reply other threads:[~2025-07-14 13:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 13:19 Martin Weidenauer [this message]
2025-07-14 13:24 ` [PATCH] staging: atomisp: isp: fix open brace on new line Greg KH
2025-07-14 13:51 ` Martin Weidenauer
2025-07-14 15:27 ` Andy Shevchenko
-- strict thread matches above, loose matches on Subject: below --
2025-07-14 15:34 Martin Weidenauer
2025-07-14 17:47 ` Andy Shevchenko
2025-07-14 19:38 ` Martin Weidenauer
2025-07-14 21:38 ` Andy Shevchenko
2025-07-14 21:54 ` Martin Weidenauer
2025-07-15 6:57 ` Andy Shevchenko
2025-07-15 7:04 ` Greg KH
2025-07-15 7:26 ` Andy Shevchenko
2025-07-15 7:53 ` Andy Shevchenko
2026-04-18 9:07 ` Sakari Ailus
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=20250714131953.45947-1-martin@weidenauer.cc \
--to=martin@weidenauer.cc \
--cc=andy@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=koike@igalia.com \
--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 \
--cc=~lkcamp/patches@lists.sr.ht \
/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