Skip to content

Commit

Permalink
[media] Staging/media: fixed spacing coding style in go7007/wis-saa71…
Browse files Browse the repository at this point in the history
…15.c

fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line

Signed-off-by: YAMANE Toshiaki <yamanetoshi@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 b3ccce3 commit 11f1c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/media/go7007/wis-saa7115.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ struct wis_saa7115 {
int hue;
};

static u8 initial_registers[] =
{
static u8 initial_registers[] = {
0x01, 0x08,
0x02, 0xc0,
0x03, 0x20,
Expand Down

0 comments on commit 11f1c44

Please sign in to comment.