Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12197): Remove unnecessary semicolons

Cc: Patrick Boettcher <patrick.boettcher@desy.de>
Cc: Steven Toth <stoth@linuxtv.org>
Cc: Igor M. Liplianin <liplianin@netup.ru>
Cc: Srinivasa Deevi <srinivasa.deevi@conexant.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Joe Perches and committed by
Mauro Carvalho Chehab
1ebcad77 32a60955

+8 -8
+1 -1
drivers/media/dvb/b2c2/flexcop-fe-tuner.c
··· 421 421 if (!fc->fe) 422 422 return 0; 423 423 424 - i2c_tuner = cx24123_get_tuner_i2c_adapter(fc->fe);; 424 + i2c_tuner = cx24123_get_tuner_i2c_adapter(fc->fe); 425 425 if (!i2c_tuner) 426 426 return 0; 427 427
+1 -1
drivers/media/dvb/dvb-usb/dib0700_devices.c
··· 310 310 struct i2c_adapter *tun_i2c; 311 311 tun_i2c = dib7000p_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1); 312 312 return dvb_attach(mt2266_attach, adap->fe, tun_i2c, 313 - &stk7700d_mt2266_config[adap->id]) == NULL ? -ENODEV : 0;; 313 + &stk7700d_mt2266_config[adap->id]) == NULL ? -ENODEV : 0; 314 314 } 315 315 316 316 /* STK7700-PH: Digital/Analog Hybrid Tuner, e.h. Cinergy HT USB HE */
+1 -1
drivers/media/dvb/frontends/cx24123.c
··· 458 458 /* check if symbol rate is within limits */ 459 459 if ((srate > state->frontend.ops.info.symbol_rate_max) || 460 460 (srate < state->frontend.ops.info.symbol_rate_min)) 461 - return -EOPNOTSUPP;; 461 + return -EOPNOTSUPP; 462 462 463 463 /* choose the sampling rate high enough for the required operation, 464 464 while optimizing the power consumed by the demodulator */
+1 -1
drivers/media/dvb/frontends/dib0070.c
··· 167 167 break; 168 168 case BAND_SBAND: 169 169 LO4_SET_VCO_HFDIV(lo4, 0, 0); 170 - LO4_SET_CTRIM(lo4, 1);; 170 + LO4_SET_CTRIM(lo4, 1); 171 171 c = 1; 172 172 break; 173 173 case BAND_UHF:
+1 -1
drivers/media/dvb/frontends/stv0900_sw.c
··· 1721 1721 1722 1722 s32 srate, demod_timeout, 1723 1723 fec_timeout, freq1, freq0; 1724 - enum fe_stv0900_signal_type signal_type = STV0900_NODATA;; 1724 + enum fe_stv0900_signal_type signal_type = STV0900_NODATA; 1725 1725 1726 1726 switch (demod) { 1727 1727 case STV0900_DEMOD_1:
+2 -2
drivers/media/video/cx231xx/cx231xx-video.c
··· 923 923 924 924 f->fmt.pix.width = dev->width; 925 925 f->fmt.pix.height = dev->height; 926 - f->fmt.pix.pixelformat = dev->format->fourcc;; 927 - f->fmt.pix.bytesperline = (dev->width * dev->format->depth + 7) >> 3;; 926 + f->fmt.pix.pixelformat = dev->format->fourcc; 927 + f->fmt.pix.bytesperline = (dev->width * dev->format->depth + 7) >> 3; 928 928 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * dev->height; 929 929 f->fmt.pix.colorspace = V4L2_COLORSPACE_SMPTE170M; 930 930
+1 -1
drivers/media/video/cx23885/cx23885.h
··· 395 395 u32 cmds_start; 396 396 u32 ctrl_start; 397 397 u32 cdt; 398 - u32 fifo_start;; 398 + u32 fifo_start; 399 399 u32 fifo_size; 400 400 u32 ptr1_reg; 401 401 u32 ptr2_reg;