summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 10:18:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 10:18:29 -0300
commit630128e6e1b7574d909def0cfdb204555e28b43b (patch)
treea6ce936adb345d8d5b317bd9b5bf9fed407ce8c1 /linux/drivers/media/video
parent2260966cdc908fdac4676bcb68dcb7fd2baea022 (diff)
downloadmediapointer-dvb-s2-630128e6e1b7574d909def0cfdb204555e28b43b.tar.gz
mediapointer-dvb-s2-630128e6e1b7574d909def0cfdb204555e28b43b.tar.bz2
stv06xx: fix bad whitespaces
From: Mauro Carvalho Chehab <mchehab@redhat.com> 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 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/gspca/stv06xx/stv06xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/gspca/stv06xx/stv06xx.c b/linux/drivers/media/video/gspca/stv06xx/stv06xx.c
index 0da8e0de0..7af511b5e 100644
--- a/linux/drivers/media/video/gspca/stv06xx/stv06xx.c
+++ b/linux/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)