Commit 13613700 authored by Amarjargal Gundjalam's avatar Amarjargal Gundjalam Committed by Greg Kroah-Hartman
Browse files

staging: media: omap4iss: Removes unnecessary blank lines



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: default avatarAmarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 422de35a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
#include "iss_video.h"
#include "iss.h"


/* -----------------------------------------------------------------------------
 * Helper functions
 */