[media] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c
fixed below checkpatch error. - ERROR: that open brace { should be on the previous line Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Tested-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f72c77a02f
commit
b07d650833
|
@ -29,8 +29,7 @@ struct wis_ov7640 {
|
|||
int hue;
|
||||
};
|
||||
|
||||
static u8 initial_registers[] =
|
||||
{
|
||||
static u8 initial_registers[] = {
|
||||
0x12, 0x80,
|
||||
0x12, 0x54,
|
||||
0x14, 0x24,
|
||||
|
|
Loading…
Reference in New Issue