Re: [PATCH] staging: media: atomisp: remove trailing statement

From: Dan Carpenter
Date: Tue Jul 30 2024 - 10:47:59 EST


On Tue, Jul 30, 2024 at 07:18:08AM +0000, Sai Sree Kartheek Adivi wrote:
> this patch fixes the following checkpatch.pl error..
> ERROR: trailing statements should be on next line
> #48: FILE: drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.c:48:
> + if (!anr) return;
>
> Signed-off-by: Sai Sree Kartheek Adivi <sskartheekadivi@xxxxxxxxx>
> ---
> Just started contributing to the kernel. please help me understand my
> mistakes if any.
>

Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

regards,
dan carpenter