diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-08 15:06:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:57:53 -0400 |
commit | 4286c6f65ec01efa8f5108cadea402ecf3b12279 (patch) | |
tree | 080fc6a8f55f0ed1c9b06b5ee8421225ebe21b5b /drivers/media/radio/radio-sf16fmr2.c | |
parent | dcdda65fd5e70a698dd3d7e65762e178290284b7 (diff) |
V4L/DVB (3753): Whitespace cleanups at media/radio
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/radio-sf16fmr2.c')
-rw-r--r-- | drivers/media/radio/radio-sf16fmr2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c index bcebd8cb19ad..ca560a4cd41f 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c | |||
@@ -202,7 +202,7 @@ static int fmr2_setvolume(struct fmr2_device *dev) | |||
202 | } | 202 | } |
203 | 203 | ||
204 | static int fmr2_do_ioctl(struct inode *inode, struct file *file, | 204 | static int fmr2_do_ioctl(struct inode *inode, struct file *file, |
205 | unsigned int cmd, void *arg) | 205 | unsigned int cmd, void *arg) |
206 | { | 206 | { |
207 | struct video_device *dev = video_devdata(file); | 207 | struct video_device *dev = video_devdata(file); |
208 | struct fmr2_device *fmr2 = dev->priv; | 208 | struct fmr2_device *fmr2 = dev->priv; |
@@ -344,7 +344,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file, | |||
344 | } | 344 | } |
345 | 345 | ||
346 | static int fmr2_ioctl(struct inode *inode, struct file *file, | 346 | static int fmr2_ioctl(struct inode *inode, struct file *file, |
347 | unsigned int cmd, unsigned long arg) | 347 | unsigned int cmd, unsigned long arg) |
348 | { | 348 | { |
349 | return video_usercopy(inode, file, cmd, arg, fmr2_do_ioctl); | 349 | return video_usercopy(inode, file, cmd, arg, fmr2_do_ioctl); |
350 | } | 350 | } |