]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: mediatek: vcodec: Remove trailing space after \n newline
authorColin Ian King <colin.i.king@gmail.com>
Mon, 2 Sep 2024 14:07:58 +0000 (15:07 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 8 Apr 2025 07:21:21 +0000 (07:21 +0000)
There is a extraneous space after a newline in a mtk_venc_debug message.
Remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/mediatek/vcodec/encoder/venc/venc_h264_if.c

index 8522f71fc901d511dd37a2d59c9fc82e11552af7..0f63657d8bad0ba246b7c350c39e3780f6af103f 100644 (file)
@@ -515,7 +515,7 @@ static int h264_encode_frame(struct venc_h264_inst *inst,
        struct venc_frame_info frame_info;
        struct mtk_vcodec_enc_ctx *ctx = inst->ctx;
 
-       mtk_venc_debug(ctx, "frm_cnt = %d\n ", inst->frm_cnt);
+       mtk_venc_debug(ctx, "frm_cnt = %d\n", inst->frm_cnt);
 
        if (MTK_ENC_IOVA_IS_34BIT(ctx)) {
                gop_size = inst->vsi_34->config.gop_size;