[media] atomisp: fix missing blank line coding style issue in atomisp_tpg.c
authorManny Vindiola <mannyv@gmail.com>
Thu, 18 May 2017 13:50:21 +0000 (10:50 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 19 May 2017 09:57:41 +0000 (06:57 -0300)
This is a patch to the atomisp_tpg.c file that fixes up a missing
blank line warning found by the checkpatch.pl tool

Signed-off-by: Manny Vindiola <mannyv@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c

index 996d1bdebad4dfe9546738ed5962355ca5eae81c..48b96048cab46f2a89cadfa587b3940fb131e3bf 100644 (file)
@@ -56,6 +56,7 @@ static int tpg_set_fmt(struct v4l2_subdev *sd,
                       struct v4l2_subdev_format *format)
 {
        struct v4l2_mbus_framefmt *fmt = &format->format;
+
        if (format->pad)
                return -EINVAL;
        /* only raw8 grbg is supported by TPG */