Re: [PATCH 1/3] staging: greybus: Modify lines end with a '('

From: Greg Kroah-Hartman
Date: Sun Oct 22 2023 - 07:18:45 EST


On Sun, Oct 22, 2023 at 03:39:28AM -0700, Nandha Kumar Singaram wrote:
> Adhere to linux coding style. Reported by checkpatch.pl:
> CHECK: Lines should not end with a '('
>
> Signed-off-by: Nandha Kumar Singaram <nandhakumar.singaram@xxxxxxxxx>
> ---
> drivers/staging/greybus/camera.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Subject line should be:
"staging: greybus: camera: Modify..."
right?

thanks,

greg k-h