mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
staging: zoran: fix brace in the wrong line
fix the following error from checkpatch:
ERROR: that open brace { should be on the previous line
Signed-off-by: Cristiano Borges Cardoso <cristianoborgescardoso@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9fc6eeb7cb
commit
2d2d5b861a
|
|
@ -1146,8 +1146,7 @@ static struct videocodec_master *zoran_setup_videocodec(struct zoran *zr,
|
|||
strscpy(m->name, ZR_DEVNAME(zr), sizeof(m->name));
|
||||
m->data = zr;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
switch (type) {
|
||||
case CODEC_TYPE_ZR36060:
|
||||
m->readreg = zr36060_read;
|
||||
m->writereg = zr36060_write;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user