public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: media: ipu3: remove blank line before closing brace
@ 2026-03-30 21:42 Juan Angel Hernandez
  0 siblings, 0 replies; only message in thread
From: Juan Angel Hernandez @ 2026-03-30 21:42 UTC (permalink / raw)
  To: gregkh
  Cc: sakari.ailus, bingbu.cao, tian.shu.qiu, mchehab, linux-media,
	linux-staging, linux-kernel, Juan Angel Hernandez

Remove unnecessary blank line before closing brace of for loop,
as reported by checkpatch.pl.

No functional change.

Signed-off-by: Juan Angel Hernandez <hernandez0101@gmail.com>
---
 drivers/staging/media/ipu3/ipu3-v4l2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/media/ipu3/ipu3-v4l2.c b/drivers/staging/media/ipu3/ipu3-v4l2.c
index 2f6041d342f4..1f642e643967 100644
--- a/drivers/staging/media/ipu3/ipu3-v4l2.c
+++ b/drivers/staging/media/ipu3/ipu3-v4l2.c
@@ -750,7 +750,6 @@ static int imgu_fmt(struct imgu_device *imgu, unsigned int pipe, int node,
 		} else {
 			fmts[i] = &imgu_pipe->nodes[inode].vdev_fmt.fmt.pix_mp;
 		}
-
 	}
 
 	if (!try) {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-30 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 21:42 [PATCH] staging: media: ipu3: remove blank line before closing brace Juan Angel Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox