]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: atomisp: Fix indentation to use TAB instead of spaces
authorGabriel Shahrouzi <gshahrouzi@gmail.com>
Mon, 7 Apr 2025 12:36:08 +0000 (08:36 -0400)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 5 May 2025 07:47:27 +0000 (09:47 +0200)
Replace spaces with TAB to comply with kernel coding style.

Signed-off-by: Gabriel Shahrouzi <gshahrouzi@gmail.com>
Link: https://lore.kernel.org/r/20250407123608.366190-1-gshahrouzi@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ia_css_vf.host.c

index ece5e3da34eeb4bb1e6fadc4e915191bf4f660ae..127f12ba221440ce070378d19e6a6a7436b41053 100644 (file)
@@ -114,7 +114,7 @@ configure_dma(
 }
 
 int ia_css_vf_configure(const struct ia_css_binary *binary,
-                       const struct ia_css_frame_info *out_info,
+                       const struct ia_css_frame_info *out_info,
                        struct ia_css_frame_info *vf_info,
                        unsigned int *downscale_log2)
 {