media: staging: media: hantro: Align line break to the open parenthesis in file hantr...
authorAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Fri, 9 Apr 2021 12:24:25 +0000 (14:24 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 May 2021 09:36:34 +0000 (11:36 +0200)
Aligns line break with the remaining function arguments
to the open parenthesis. Issue found by checkpatch.

Signed-off-by: Aline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/hantro/hantro_mpeg2.c

index 1d334e6..53a99a9 100644 (file)
@@ -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;