Re: [PATCH] staging: media: ipu3: fix function argument alignment

From: Dan Carpenter

Date: Wed Jan 28 2026 - 05:09:29 EST


On Sun, Jan 25, 2026 at 02:49:00PM +0100, Omer El Idrissi wrote:
> Fix alignment of function arguments to match kernel coding
> style as reported by checkpatch.pl
>
> Signed-off-by: Omer El Idrissi <omer.e.idrissi@xxxxxxxxx>
> ---
> drivers/staging/media/ipu3/ipu3.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/media/ipu3/ipu3.c b/drivers/staging/media/ipu3/ipu3.c
> index bdf5a457752b..c34ff01484e1 100644
> --- a/drivers/staging/media/ipu3/ipu3.c
> +++ b/drivers/staging/media/ipu3/ipu3.c
> @@ -151,7 +151,7 @@ static int imgu_dummybufs_init(struct imgu_device *imgu, unsigned int pipe)
>
> /* May be called from atomic context */
> static struct imgu_css_buffer *imgu_dummybufs_get(struct imgu_device *imgu,
> - int queue, unsigned int pipe)
> + int queue, unsigned int pipe)

You should have only delete one space character but you accidentally
deleted two.

regards,
dan carpenter

> {
> unsigned int i;
> struct imgu_media_pipe *imgu_pipe = &imgu->imgu_pipe[pipe];
> --
> 2.51.0
>