Skip to content

Commit

Permalink
[media] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Nov 21, 2012
1 parent f72c77a commit b07d650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/media/go7007/wis-ov7640.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ struct wis_ov7640 {
int hue;
};

static u8 initial_registers[] =
{
static u8 initial_registers[] = {
0x12, 0x80,
0x12, 0x54,
0x14, 0x24,
Expand Down

0 comments on commit b07d650

Please sign in to comment.