mirror of https://gitee.com/openkylin/linux.git
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: Amarjargal Gundjalam <amarjargal.gundjalam@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
422de35a17
commit
1361370059
|
@ -482,7 +482,6 @@ resizer_try_format(struct iss_resizer_device *resizer,
|
||||||
fmt->width &= ~15;
|
fmt->width &= ~15;
|
||||||
fmt->height = clamp_t(u32, height, 32, fmt->height);
|
fmt->height = clamp_t(u32, height, 32, fmt->height);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt->colorspace = V4L2_COLORSPACE_JPEG;
|
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)
|
else if (remote->entity == &iss->ipipe.subdev.entity)
|
||||||
resizer->input = RESIZER_INPUT_IPIPE;
|
resizer->input = RESIZER_INPUT_IPIPE;
|
||||||
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE:
|
case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE:
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "iss_video.h"
|
#include "iss_video.h"
|
||||||
#include "iss.h"
|
#include "iss.h"
|
||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* Helper functions
|
* Helper functions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue