diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-20 10:18:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 12:19:01 -0300 |
commit | 272ece5e798b7ff0d9bc083fe7df2e960e8d5db8 (patch) | |
tree | 2b9dafcc67346755626893b78af934c3514b8235 /drivers | |
parent | 8ccd4cd07e36bd8529010a520865fa275c3051f0 (diff) | |
download | talos-obmc-linux-272ece5e798b7ff0d9bc083fe7df2e960e8d5db8.tar.gz talos-obmc-linux-272ece5e798b7ff0d9bc083fe7df2e960e8d5db8.zip |
V4L/DVB (12471): stv06xx: fix bad whitespaces
It were using 7 spaces instead of tab for indent.
Cc: Erik Andren <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.c b/drivers/media/video/gspca/stv06xx/stv06xx.c index 0da8e0de0456..7af511b5e9c2 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx.c @@ -130,8 +130,8 @@ int stv06xx_write_sensor_bytes(struct sd *sd, const u8 *data, u8 len) STV06XX_URB_MSG_TIMEOUT); if (err < 0) return err; - } - return stv06xx_write_sensor_finish(sd); + } + return stv06xx_write_sensor_finish(sd); } int stv06xx_write_sensor_words(struct sd *sd, const u16 *data, u8 len) |