From: Aline Santana Cordeiro Date: Fri, 9 Apr 2021 12:24:25 +0000 (+0200) Subject: media: staging: media: hantro: Align line break to the open parenthesis in file hantr... X-Git-Tag: accepted/tizen/unified/20230118.172025~6722^2~373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d637c5dbbfee4c0cbd2f507b627e5b29823f49da;p=platform%2Fkernel%2Flinux-rpi.git media: staging: media: hantro: Align line break to the open parenthesis in file hantro_mpeg2.c Aligns line break with the remaining function arguments to the open parenthesis. Issue found by checkpatch. Signed-off-by: Aline Santana Cordeiro Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/hantro/hantro_mpeg2.c b/drivers/staging/media/hantro/hantro_mpeg2.c index 1d334e6..53a99a9 100644 --- a/drivers/staging/media/hantro/hantro_mpeg2.c +++ b/drivers/staging/media/hantro/hantro_mpeg2.c @@ -19,7 +19,7 @@ static const u8 zigzag[64] = { }; void hantro_mpeg2_dec_copy_qtable(u8 *qtable, - const struct v4l2_ctrl_mpeg2_quantization *ctrl) + const struct v4l2_ctrl_mpeg2_quantization *ctrl) { int i, n;