mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-16 10:54:09 +08:00
[media] Staging/media: fixed spacing coding style in go7007/wis-saa7113.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:
parent
f0e3393031
commit
77f0773804
@ -32,8 +32,7 @@ struct wis_saa7113 {
|
||||
int hue;
|
||||
};
|
||||
|
||||
static u8 initial_registers[] =
|
||||
{
|
||||
static u8 initial_registers[] = {
|
||||
0x01, 0x08,
|
||||
0x02, 0xc0,
|
||||
0x03, 0x33,
|
||||
|
Loading…
Reference in New Issue
Block a user