mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 06:04:48 -04:00
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 <alinesantanacordeiro@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
9148cded3a
commit
d637c5dbbf
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user