Staging: media: dm365_isif: Add blank line after variable declarations
authoranuvazhayil <anuv.1994@gmail.com>
Tue, 28 Oct 2014 21:04:56 +0000 (02:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 07:39:55 +0000 (15:39 +0800)
WARNING: Missing a blank line after declarations

Signed-off-by: anuvazhayil <anuv.1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/davinci_vpfe/dm365_isif.c

index f00cd9f23227f520ebf2ed31d59f54a441b6a73a..fe66d98e28f4bc57d2d7df0869be46441a9ee6e3 100644 (file)
@@ -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 {
This page took 0.025428 seconds and 5 git commands to generate.