linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] Subject: [PATCH] media: rkvdec: removed redundant blank line
@ 2023-06-21  9:22 emma christy
  2023-06-21 10:51 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: emma christy @ 2023-06-21  9:22 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>
---
 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  9:22 [PATCH] Subject: [PATCH] media: rkvdec: removed redundant blank line emma christy
2023-06-21 10:51 ` Greg KH
2023-06-21 12:18   ` emma
2023-06-21 12:34     ` Greg KH

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).