Commit b07d6508 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Mauro Carvalho Chehab

[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: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Tested-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f72c77a0
......@@ -29,8 +29,7 @@ struct wis_ov7640 {
int hue;
};
static u8 initial_registers[] =
{
static u8 initial_registers[] = {
0x12, 0x80,
0x12, 0x54,
0x14, 0x24,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment