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>
This commit is contained in:
Родитель
8ccd4cd07e
Коммит
272ece5e79
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче