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:
Родитель
422de35a17
Коммит
1361370059
|
@ -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:
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "iss_video.h"
|
||||
#include "iss.h"
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Helper functions
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче