Commit af3491b3 authored by anuvazhayil's avatar anuvazhayil Committed by Greg Kroah-Hartman
Browse files

Staging: media: dm365_isif: Add blank line after variable declarations



WARNING: Missing a blank line after declarations

Signed-off-by: default avataranuvazhayil <anuv.1994@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1e76bb40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1602,6 +1602,7 @@ isif_pad_get_crop(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh,

	if (crop->which == V4L2_SUBDEV_FORMAT_TRY) {
		struct v4l2_rect *rect;

		rect = v4l2_subdev_get_try_crop(fh, ISIF_PAD_SINK);
		memcpy(&crop->rect, rect, sizeof(*rect));
	} else {