From: Joe Perches Date: Thu, 2 Jul 2009 19:02:20 +0000 (-0300) Subject: V4L/DVB (12198): ivtv-driver.c: Remove unnecessary semicolons X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ce27cd3bf989fe7187526cb120c69bf33b0b68d0;p=openwrt%2Fstaging%2Fblogic.git V4L/DVB (12198): ivtv-driver.c: Remove unnecessary semicolons Cc: Hans Verkuil Signed-off-by: Joe Perches Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 558f8a837ff4..fa360d3c22fa 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/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));