Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77f07738 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f0e33930
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ struct wis_saa7113 {
	int hue;
};

static u8 initial_registers[] =
{
static u8 initial_registers[] = {
	0x01, 0x08,
	0x02, 0xc0,
	0x03, 0x33,