media: rkvdec: removed redundant blank line
authorEmma Christy <emma.t.christy@gmail.com>
Wed, 21 Jun 2023 15:42:47 +0000 (18:42 +0300)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 25 Jul 2023 07:31:48 +0000 (09:31 +0200)
Adhere to Linux kernel coding style. Removed redundant blank line.
Issue found by checkpatch.

Signed-off-by: Emma Christy <emma.t.christy@gmail.com>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/staging/media/rkvdec/rkvdec-vp9.c

index cfae99b..0e7e16f 100644 (file)
@@ -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) {