* [PATCH] staging: rtl8712: Fix move '{' to previous line
@ 2024-07-30 7:09 Tchadel Icard
0 siblings, 0 replies; only message in thread
From: Tchadel Icard @ 2024-07-30 7:09 UTC (permalink / raw)
To: hdegoede, mchehab, sakari.ailus, gregkh, linux-media,
linux-staging, linux-kernel
Cc: ~lkcamp/patches, helen.koike
Fix checkpatch error "ERROR: that open brace {
should be on the previous line"
Signed-off-by: Tchadel Icard <hello@tchadelicard.fr>
---
Hello,
This is my first commit.
It fixes styling errors.
Thank you for your time.
---
---
.../isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c
index 5f186fb03..15386a773 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c
@@ -65,8 +65,7 @@ int ia_css_iterator_configure(const struct ia_css_binary *binary,
* the original out res. for video pipe, it has two output pins --- out and
* vf_out, so it can keep these two resolutions already. */
if (binary->info->sp.pipeline.mode == IA_CSS_BINARY_MODE_PREVIEW &&
- binary->vf_downscale_log2 > 0)
- {
+ binary->vf_downscale_log2 > 0) {
/* TODO: Remove this after preview output decimation is fixed
* by configuring out&vf info files properly */
my_info.padded_width <<= binary->vf_downscale_log2;
--
2.20.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-30 7:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 7:09 [PATCH] staging: rtl8712: Fix move '{' to previous line Tchadel Icard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox