mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 22:57:21 -04:00
[media] Staging/media: fixed spacing coding style in go7007/wis-tw9903.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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
afca99a2bf
commit
8ce21ecdf5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user