diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-07-27 02:06:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 08:50:49 -0400 |
commit | 699324871fcc3650f2023c5e36cb119a92d7894b (patch) | |
tree | 7115a8183a4fd00b6f0ea1ae3b8f3dfbcf1c454b /drivers/media/radio/wl128x | |
parent | ca4a04cf3dd0cecb5e7188ed7796cc55fc13aeb1 (diff) |
treewide: remove extra semicolons from various parts of the kernel
This is a resend from the original, changing the title from PATCH to
RFC(since this is a review for commit, and I should have put that the first go around).
and also removing some of the commit's with ia64 and bash since it is significant.
let me know if I might have missed anything etc..
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/radio/wl128x')
-rw-r--r-- | drivers/media/radio/wl128x/fmdrv_v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/wl128x/fmdrv_v4l2.c b/drivers/media/radio/wl128x/fmdrv_v4l2.c index 87010724f914..a4f07f8b2f20 100644 --- a/drivers/media/radio/wl128x/fmdrv_v4l2.c +++ b/drivers/media/radio/wl128x/fmdrv_v4l2.c | |||
@@ -403,7 +403,7 @@ static int fm_v4l2_vidioc_s_hw_freq_seek(struct file *file, void *priv, | |||
403 | static int fm_v4l2_vidioc_g_modulator(struct file *file, void *priv, | 403 | static int fm_v4l2_vidioc_g_modulator(struct file *file, void *priv, |
404 | struct v4l2_modulator *mod) | 404 | struct v4l2_modulator *mod) |
405 | { | 405 | { |
406 | struct fmdev *fmdev = video_drvdata(file);; | 406 | struct fmdev *fmdev = video_drvdata(file); |
407 | 407 | ||
408 | if (mod->index != 0) | 408 | if (mod->index != 0) |
409 | return -EINVAL; | 409 | return -EINVAL; |