Skip to content

Commit

Permalink
[media] Staging/media: fixed spacing coding style in go7007/wis-tw9903.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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
YAMANE Toshiaki authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent afca99a commit 8ce21ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/media/go7007/wis-tw9903.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ struct wis_tw9903 {
int hue;
};

static u8 initial_registers[] =
{
static u8 initial_registers[] = {
0x02, 0x44, /* input 1, composite */
0x03, 0x92, /* correct digital format */
0x04, 0x00,
Expand Down

0 comments on commit 8ce21ec

Please sign in to comment.