Skip to content

Commit 94c3435

Browse files
paulkocialkowskimchehab
authored andcommitted
media: sun6i-isp: params: Fix incorrect indentation
Remove a heading whitespace that results in a smatch warning. Signed-off-by: Paul Kocialkowski <[email protected]> Fixes: e3185e1 ("media: staging: media: Add support for the Allwinner A31 ISP") Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 7266eb7 commit 94c3435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ void sun6i_isp_params_configure(struct sun6i_isp_device *isp_dev)
183183
if (state->configured)
184184
goto complete;
185185

186-
sun6i_isp_params_configure_modules(isp_dev,
187-
&sun6i_isp_params_config_default);
186+
sun6i_isp_params_configure_modules(isp_dev,
187+
&sun6i_isp_params_config_default);
188188

189189
state->configured = true;
190190

0 commit comments

Comments
 (0)