提交 9517382d 编写于 作者: P Parthiban Nallathambi 提交者: Mauro Carvalho Chehab

media: imx: capture: reformat line to 80 chars or less

This is a cleanup patch to fix line length issue found
by checkpatch.pl script.

In this patch, line 144 have been wrapped.
Signed-off-by: NParthiban Nallathambi <pn@denx.de>
Acked-by: NSteve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 a5f04589
...@@ -141,7 +141,8 @@ static int capture_enum_frameintervals(struct file *file, void *fh, ...@@ -141,7 +141,8 @@ static int capture_enum_frameintervals(struct file *file, void *fh,
fie.code = cc->codes[0]; fie.code = cc->codes[0];
ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval, NULL, &fie); ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval,
NULL, &fie);
if (ret) if (ret)
return ret; return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册