Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbb6f1f9 authored by Junsu Shin's avatar Junsu Shin Committed by Mauro Carvalho Chehab
Browse files

[media] staging: media: davinci_vpfe: Fix over 80 characters coding style issue



This is a patch to the dm365_ipipe.c that fixes over 80 characters
warning detected.

Signed-off-by: default avatarJunsu Shin <jjunes0@gmail.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 3148543d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1536,7 +1536,8 @@ ipipe_get_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg,
 * @fse: pointer to v4l2_subdev_frame_size_enum structure.
 */
static int
ipipe_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg,
ipipe_enum_frame_size(struct v4l2_subdev *sd,
		       struct v4l2_subdev_pad_config *cfg,
		       struct v4l2_subdev_frame_size_enum *fse)
{
	struct vpfe_ipipe_device *ipipe = v4l2_get_subdevdata(sd);