diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-20 09:18:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:19:01 -0400 |
commit | 272ece5e798b7ff0d9bc083fe7df2e960e8d5db8 (patch) | |
tree | 2b9dafcc67346755626893b78af934c3514b8235 /drivers/media/video/gspca/stv06xx | |
parent | 8ccd4cd07e36bd8529010a520865fa275c3051f0 (diff) |
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/media/video/gspca/stv06xx')
-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) | |||
130 | STV06XX_URB_MSG_TIMEOUT); | 130 | STV06XX_URB_MSG_TIMEOUT); |
131 | if (err < 0) | 131 | if (err < 0) |
132 | return err; | 132 | return err; |
133 | } | 133 | } |
134 | return stv06xx_write_sensor_finish(sd); | 134 | return stv06xx_write_sensor_finish(sd); |
135 | } | 135 | } |
136 | 136 | ||
137 | int stv06xx_write_sensor_words(struct sd *sd, const u16 *data, u8 len) | 137 | int stv06xx_write_sensor_words(struct sd *sd, const u16 *data, u8 len) |