Skip to content

Commit

Permalink
V4L/DVB (13055): af9015: fix few typos
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 486ba12 commit 0254294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 0254294

Please sign in to comment.