提交 5dfaacb2 编写于 作者: A Avraham Shukron 提交者: Mauro Carvalho Chehab

[media] staging: omap4iss: fix coding style issue

Broke argument list so that it won't exceed 80 characters
Signed-off-by: NAvraham Shukron <avraham.shukron@gmail.com>
Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 b2a4ab72
...@@ -301,7 +301,8 @@ iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh) ...@@ -301,7 +301,8 @@ iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh)
static int iss_video_queue_setup(struct vb2_queue *vq, static int iss_video_queue_setup(struct vb2_queue *vq,
unsigned int *count, unsigned int *num_planes, unsigned int *count, unsigned int *num_planes,
unsigned int sizes[], struct device *alloc_devs[]) unsigned int sizes[],
struct device *alloc_devs[])
{ {
struct iss_video_fh *vfh = vb2_get_drv_priv(vq); struct iss_video_fh *vfh = vb2_get_drv_priv(vq);
struct iss_video *video = vfh->video; struct iss_video *video = vfh->video;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册