Re: [PATCH] media: atomisp: Fix brace style issues in binary.c

From: Andy Shevchenko

Date: Mon Feb 09 2026 - 03:29:44 EST


On Mon, Feb 09, 2026 at 04:49:22AM +0000, Matt Wardle wrote:
> Fix checkpatch.pl errors and warnings regarding braces on incorrect
> lines and braces not required for single statement blocks

Missing period.

Note, if you are going to do this file-by-file, it won't scale. So, collect
(sub)folder and fix all files in that one for the same issue. Then repeat
the same for other (sub)folders. Make it a series of the patches.

...

> int
> -ia_css_binary_init_infos(void) {
> +ia_css_binary_init_infos(void)

Side note: This can be one line now.

...

> int
> -ia_css_binary_uninit(void) {
> +ia_css_binary_uninit(void)

Ditto.

--
With Best Regards,
Andy Shevchenko