Commit abe4c471 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mauro Carvalho Chehab

V4L/DVB (9786): soc-camera: formatting fixes

Minor formatting fixes
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a2c8c68c
...@@ -35,8 +35,8 @@ static LIST_HEAD(devices); ...@@ -35,8 +35,8 @@ static LIST_HEAD(devices);
static DEFINE_MUTEX(list_lock); static DEFINE_MUTEX(list_lock);
static DEFINE_MUTEX(video_lock); static DEFINE_MUTEX(video_lock);
const static struct soc_camera_data_format* const static struct soc_camera_data_format *format_by_fourcc(
format_by_fourcc(struct soc_camera_device *icd, unsigned int fourcc) struct soc_camera_device *icd, unsigned int fourcc)
{ {
unsigned int i; unsigned int i;
...@@ -305,7 +305,6 @@ static unsigned int soc_camera_poll(struct file *file, poll_table *pt) ...@@ -305,7 +305,6 @@ static unsigned int soc_camera_poll(struct file *file, poll_table *pt)
return ici->ops->poll(file, pt); return ici->ops->poll(file, pt);
} }
static struct file_operations soc_camera_fops = { static struct file_operations soc_camera_fops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.open = soc_camera_open, .open = soc_camera_open,
...@@ -317,7 +316,6 @@ static struct file_operations soc_camera_fops = { ...@@ -317,7 +316,6 @@ static struct file_operations soc_camera_fops = {
.llseek = no_llseek, .llseek = no_llseek,
}; };
static int soc_camera_s_fmt_vid_cap(struct file *file, void *priv, static int soc_camera_s_fmt_vid_cap(struct file *file, void *priv,
struct v4l2_format *f) struct v4l2_format *f)
{ {
......
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