mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
staging/media/solo6x10: Fix coding-style error
This patch fixes the error "space required after that ';'" for the file /drivers/staging/media/solo6x10/solo6x10-tx28.c Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
This commit is contained in:
parent
042bdadb85
commit
17e65fbbe2
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ static int tw2815_setup(struct solo_dev *solo_dev, u8 dev_addr)
|
|||
static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals,
|
||||
int start, int n)
|
||||
{
|
||||
for (;start < n; start++, vals++) {
|
||||
for (; start < n; start++, vals++) {
|
||||
/* Skip read-only registers */
|
||||
switch (start) {
|
||||
/* case 0x00 ... 0x25: */
|
||||
|
|
Loading…
Reference in a new issue