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>
                fmt->width &= ~15;
                fmt->height = clamp_t(u32, height, 32, fmt->height);
                break;
-
        }
 
        fmt->colorspace = V4L2_COLORSPACE_JPEG;
                else if (remote->entity == &iss->ipipe.subdev.entity)
                        resizer->input = RESIZER_INPUT_IPIPE;
 
-
                break;
 
        case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE:
 
 #include "iss_video.h"
 #include "iss.h"
 
-
 /* -----------------------------------------------------------------------------
  * Helper functions
  */