]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8712: Fix move '{' to previous line
authorTchadel Icard <hello@tchadelicard.fr>
Tue, 30 Jul 2024 07:09:10 +0000 (07:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Jul 2024 07:22:46 +0000 (09:22 +0200)
Fix checkpatch error "ERROR: that open brace {
should be on the previous line"

Signed-off-by: Tchadel Icard <hello@tchadelicard.fr>
Link: https://lore.kernel.org/r/20240730070910.34996-1-hello@tchadelicard.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/ia_css_iterator.host.c

index 5f186fb036426f1696f64e4489c5db1c95c65ded..15386a773dc51031f1e13d27eaca003bc24be046 100644 (file)
@@ -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;