提交 b02db9e1 编写于 作者: O Olli Salonen 提交者: Mauro Carvalho Chehab

[media] si2168: Small typo fix (SI2157 -> SI2168)

Signed-off-by: NOlli Salonen <olli.salonen@iki.fi>
Reviewed-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 1d518c27
...@@ -36,9 +36,9 @@ struct si2168 { ...@@ -36,9 +36,9 @@ struct si2168 {
}; };
/* firmare command struct */ /* firmare command struct */
#define SI2157_ARGLEN 30 #define SI2168_ARGLEN 30
struct si2168_cmd { struct si2168_cmd {
u8 args[SI2157_ARGLEN]; u8 args[SI2168_ARGLEN];
unsigned wlen; unsigned wlen;
unsigned rlen; unsigned rlen;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册