linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] media: rkvdec: removed redundant blank line
@ 2023-06-21 15:42 Emma Christy
  2023-06-22 14:59 ` Nicolas Dufresne
  2023-06-27  8:12 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Emma Christy @ 2023-06-21 15:42 UTC (permalink / raw)
  To: ezequiel, mchehab, gregkh, linux-media, linux-rockchip,
	linux-staging, linux-kernel
  Cc: Emma Christy

Adhere to Linux kernel coding style. Removed redundant blank line.
Issue found by checkpatch.

Signed-off-by: Emma Christy <emma.t.christy@gmail.com>
---
Changes in v2:
  - Fixed Singed-off-by.
  - Fixed Subject line.

 drivers/staging/media/rkvdec/rkvdec-vp9.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/media/rkvdec/rkvdec-vp9.c b/drivers/staging/media/rkvdec/rkvdec-vp9.c
index cfae99b40ccb..0e7e16f20eeb 100644
--- a/drivers/staging/media/rkvdec/rkvdec-vp9.c
+++ b/drivers/staging/media/rkvdec/rkvdec-vp9.c
@@ -227,7 +227,6 @@ static void init_intra_only_probs(struct rkvdec_ctx *ctx,
 				}
 			}
 		}
-
 	}
 
 	for (i = 0; i < sizeof(v4l2_vp9_kf_uv_mode_prob); ++i) {
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-27  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 15:42 [PATCH v2] media: rkvdec: removed redundant blank line Emma Christy
2023-06-22 14:59 ` Nicolas Dufresne
2023-06-27  8:12 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).