* [PATCH] staging: media: ipu3: fix function argument alignment
@ 2026-01-25 13:49 Omer El Idrissi
2026-01-28 10:03 ` Dan Carpenter
2026-01-28 16:58 ` [PATCH v2] " Omer El Idrissi
0 siblings, 2 replies; 3+ messages in thread
From: Omer El Idrissi @ 2026-01-25 13:49 UTC (permalink / raw)
To: sakari.ailus, mchehab, gregkh
Cc: linux-media, linux-staging, linux-kernel, Omer El Idrissi
Fix alignment of function arguments to match kernel coding
style as reported by checkpatch.pl
Signed-off-by: Omer El Idrissi <omer.e.idrissi@gmail.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)
{
unsigned int i;
struct imgu_media_pipe *imgu_pipe = &imgu->imgu_pipe[pipe];
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: media: ipu3: fix function argument alignment
2026-01-25 13:49 [PATCH] staging: media: ipu3: fix function argument alignment Omer El Idrissi
@ 2026-01-28 10:03 ` Dan Carpenter
2026-01-28 16:58 ` [PATCH v2] " Omer El Idrissi
1 sibling, 0 replies; 3+ messages in thread
From: Dan Carpenter @ 2026-01-28 10:03 UTC (permalink / raw)
To: Omer El Idrissi
Cc: sakari.ailus, mchehab, gregkh, linux-media, linux-staging,
linux-kernel
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@gmail.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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] staging: media: ipu3: fix function argument alignment
2026-01-25 13:49 [PATCH] staging: media: ipu3: fix function argument alignment Omer El Idrissi
2026-01-28 10:03 ` Dan Carpenter
@ 2026-01-28 16:58 ` Omer El Idrissi
1 sibling, 0 replies; 3+ messages in thread
From: Omer El Idrissi @ 2026-01-28 16:58 UTC (permalink / raw)
To: sakari.ailus, mchehab, gregkh
Cc: linux-media, linux-staging, linux-kernel, Omer El Idrissi
Fix alignment of function arguments to match kernel coding
style as reported by checkpatch.pl
Signed-off-by: Omer El Idrissi <omer.e.idrissi@gmail.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..84c4d0bf027d 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)
{
unsigned int i;
struct imgu_media_pipe *imgu_pipe = &imgu->imgu_pipe[pipe];
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-28 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 13:49 [PATCH] staging: media: ipu3: fix function argument alignment Omer El Idrissi
2026-01-28 10:03 ` Dan Carpenter
2026-01-28 16:58 ` [PATCH v2] " Omer El Idrissi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox