staging: media: omap4iss: Removes unnecessary blank lines
authorAmarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Mon, 26 Oct 2015 13:09:30 +0000 (06:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 07:53:12 +0000 (16:53 +0900)
This patch fixes checkpatch issues:

CHECK: Blank lines aren't necessary before a close brace '}'
CHECK: Please don't use multiple blank lines

Signed-off-by: Amarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap4iss/iss_resizer.c
drivers/staging/media/omap4iss/iss_video.c

index 48bed444759b136a1542f005614651c74eca2dda..bdcab8ceb4f0459ca11e175d63fff2493dffb8d9 100644 (file)
@@ -482,7 +482,6 @@ resizer_try_format(struct iss_resizer_device *resizer,
                fmt->width &= ~15;
                fmt->height = clamp_t(u32, height, 32, fmt->height);
                break;
-
        }
 
        fmt->colorspace = V4L2_COLORSPACE_JPEG;
@@ -734,7 +733,6 @@ static int resizer_link_setup(struct media_entity *entity,
                else if (remote->entity == &iss->ipipe.subdev.entity)
                        resizer->input = RESIZER_INPUT_IPIPE;
 
-
                break;
 
        case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE:
index a98991a2c7fdd83e77af9061670990bf39be3cbf..97d3faa722aa0d1ba2926c320bfc91078d04df33 100644 (file)
@@ -25,7 +25,6 @@
 #include "iss_video.h"
 #include "iss.h"
 
-
 /* -----------------------------------------------------------------------------
  * Helper functions
  */