diff options
| author | YAMANE Toshiaki <[email protected]> | 2012-11-06 15:40:16 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-12-21 18:54:12 -0200 |
| commit | b91c78e354711ffc8fe26b53be85706dc90918fa (patch) | |
| tree | 2e56d84cfa28905d943d7173953290379cb203f0 | |
| parent | dd442d4d799155b370593b3737956b3709fb8cbb (diff) | |
[media] Staging/media: fixed spacing coding style in go7007/wis-uda1342.c
fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line
Signed-off-by: YAMANE Toshiaki <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/staging/media/go7007/s2250-board.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/media/go7007/s2250-board.c b/drivers/staging/media/go7007/s2250-board.c index b3974100c6cd..9ba61bd382ac 100644 --- a/drivers/staging/media/go7007/s2250-board.c +++ b/drivers/staging/media/go7007/s2250-board.c @@ -103,8 +103,7 @@ static u16 vid_regs_fp[] = { }; /* PAL specific values */ -static u16 vid_regs_fp_pal[] = -{ +static u16 vid_regs_fp_pal[] = { 0x120, 0x017, 0x121, 0xd22, 0x122, 0x122, |