提交 2be20f74 编写于 作者: M Mauro Carvalho Chehab

[media] r820t: fix identing

drivers/media/tuners/r820t.c:945 r820t_sysfreq_sel() warn: inconsistent indenting
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 2b257d18
...@@ -941,8 +941,8 @@ static int r820t_sysfreq_sel(struct r820t_priv *priv, u32 freq, ...@@ -941,8 +941,8 @@ static int r820t_sysfreq_sel(struct r820t_priv *priv, u32 freq,
rc = r820t_write_reg_mask(priv, 0x10, 0x00, 0x04); rc = r820t_write_reg_mask(priv, 0x10, 0x00, 0x04);
if (rc < 0) if (rc < 0)
return rc; return rc;
} }
return 0; return 0;
} }
static int r820t_set_tv_standard(struct r820t_priv *priv, static int r820t_set_tv_standard(struct r820t_priv *priv,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册