[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aXnfBw6gjULv5xW3@stanley.mountain>
Date: Wed, 28 Jan 2026 13:03:51 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Omer El Idrissi <omer.e.idrissi@...il.com>
Cc: sakari.ailus@...ux.intel.com, mchehab@...nel.org,
gregkh@...uxfoudnation.org, linux-media@...r.kernel.org,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: media: ipu3: fix function argument alignment
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@...il.com>
> ---
> 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
>
Powered by blists - more mailing lists