Commit 1b24a572 authored by Rahul Gottipati's avatar Rahul Gottipati Committed by Mauro Carvalho Chehab

media: atomisp: coding style: remove beginning whitespaces

This removes whitespaces at the beginning of a few lines to fix
some checkpatch.pl warnings.
Signed-off-by: default avatarRahul Gottipati <rahul.blr97@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent cfe9e707
...@@ -511,8 +511,8 @@ const struct atomisp_format_bridge atomisp_output_fmts[] = { ...@@ -511,8 +511,8 @@ const struct atomisp_format_bridge atomisp_output_fmts[] = {
#endif #endif
}; };
const struct atomisp_format_bridge *atomisp_get_format_bridge( const struct atomisp_format_bridge *
unsigned int pixelformat) atomisp_get_format_bridge(unsigned int pixelformat)
{ {
unsigned int i; unsigned int i;
...@@ -524,8 +524,8 @@ const struct atomisp_format_bridge *atomisp_get_format_bridge( ...@@ -524,8 +524,8 @@ const struct atomisp_format_bridge *atomisp_get_format_bridge(
return NULL; return NULL;
} }
const struct atomisp_format_bridge *atomisp_get_format_bridge_from_mbus( const struct atomisp_format_bridge *
u32 mbus_code) atomisp_get_format_bridge_from_mbus(u32 mbus_code)
{ {
unsigned int i; unsigned int i;
...@@ -605,8 +605,8 @@ static int atomisp_enum_input(struct file *file, void *fh, ...@@ -605,8 +605,8 @@ static int atomisp_enum_input(struct file *file, void *fh,
return 0; return 0;
} }
static unsigned int atomisp_subdev_streaming_count( static unsigned int
struct atomisp_sub_device *asd) atomisp_subdev_streaming_count(struct atomisp_sub_device *asd)
{ {
return asd->video_out_preview.capq.streaming return asd->video_out_preview.capq.streaming
+ asd->video_out_capture.capq.streaming + asd->video_out_capture.capq.streaming
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment