summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-07-02 16:02:20 -0300
committerDouglas Schilling Landgraf <dougsland@redhat.com>2009-07-02 16:02:20 -0300
commit245f6c63367b27a65d9c74ed93f133dfa0684d7b (patch)
treef9149e6edbb261f426d3cc13840b12ee7a64281f /linux/drivers/media
parent5af690d071934a6ca068cb9e4967224eb9bba9eb (diff)
downloadmediapointer-dvb-s2-245f6c63367b27a65d9c74ed93f133dfa0684d7b.tar.gz
mediapointer-dvb-s2-245f6c63367b27a65d9c74ed93f133dfa0684d7b.tar.bz2
ivtv-driver.c: Remove unnecessary semicolons
From: Joe Perches <joe@perches.com> Priority: normal Signed-off-by: Joe Perches <joe@perches.com> CC: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/ivtv/ivtv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c
index 9f91838d7..c4cae0651 100644
--- a/linux/drivers/media/video/ivtv/ivtv-driver.c
+++ b/linux/drivers/media/video/ivtv/ivtv-driver.c
@@ -218,7 +218,7 @@ MODULE_PARM_DESC(ivtv_yuv_mode,
"\t\t\tDefault: 0 (interlaced)");
MODULE_PARM_DESC(ivtv_yuv_threshold,
"If ivtv_yuv_mode is 2 (auto) then playback content as\n\t\tprogressive if src height <= ivtv_yuvthreshold\n"
- "\t\t\tDefault: 480");;
+ "\t\t\tDefault: 480");
MODULE_PARM_DESC(enc_mpg_buffers,
"Encoder MPG Buffers (in MB)\n"
"\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_MPG_BUFFERS));