mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
V4L/DVB (13055): af9015: fix few typos
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
486ba12b7a
commit
0254294f37
@ -1297,7 +1297,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
||||
.firmware = "dvb-usb-af9015.fw",
|
||||
.no_reconnect = 1,
|
||||
|
||||
.size_of_priv = sizeof(struct af9015_state), \
|
||||
.size_of_priv = sizeof(struct af9015_state),
|
||||
|
||||
.num_adapters = 2,
|
||||
.adapter = {
|
||||
@ -1403,7 +1403,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
||||
.firmware = "dvb-usb-af9015.fw",
|
||||
.no_reconnect = 1,
|
||||
|
||||
.size_of_priv = sizeof(struct af9015_state), \
|
||||
.size_of_priv = sizeof(struct af9015_state),
|
||||
|
||||
.num_adapters = 2,
|
||||
.adapter = {
|
||||
@ -1509,7 +1509,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
||||
.firmware = "dvb-usb-af9015.fw",
|
||||
.no_reconnect = 1,
|
||||
|
||||
.size_of_priv = sizeof(struct af9015_state), \
|
||||
.size_of_priv = sizeof(struct af9015_state),
|
||||
|
||||
.num_adapters = 2,
|
||||
.adapter = {
|
||||
|
Loading…
Reference in New Issue
Block a user