Hi Mauro, On 02/18/2015 04:29 PM, Mauro Carvalho Chehab wrote: > Prefix all DVB media controller entities with "dvb-" and use dash > instead of underline at the names. > > Requested-by: Hans Verkuil <hverkuil@xxxxxxxxx> ^^^^^^^^^^^^^^^^^^ For these foo-by lines please keep my hans.verkuil@xxxxxxxxx email. It's my way of thanking Cisco for allowing me to do this work. Not a big deal, but if you can change that before committing? Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> Regards, Hans > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx> > > diff --git a/drivers/media/dvb-core/dmxdev.c b/drivers/media/dvb-core/dmxdev.c > index 2835924955a4..d0e3f9d85f34 100644 > --- a/drivers/media/dvb-core/dmxdev.c > +++ b/drivers/media/dvb-core/dmxdev.c > @@ -1141,7 +1141,7 @@ static const struct dvb_device dvbdev_demux = { > .users = 1, > .writers = 1, > #if defined(CONFIG_MEDIA_CONTROLLER_DVB) > - .name = "demux", > + .name = "dvb-demux", > #endif > .fops = &dvb_demux_fops > }; > @@ -1217,7 +1217,7 @@ static const struct dvb_device dvbdev_dvr = { > .readers = 1, > .users = 1, > #if defined(CONFIG_MEDIA_CONTROLLER_DVB) > - .name = "dvr", > + .name = "dvb-dvr", > #endif > .fops = &dvb_dvr_fops > }; > diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c b/drivers/media/dvb-core/dvb_ca_en50221.c > index 2bf28eb97a64..55a217f0ad0e 100644 > --- a/drivers/media/dvb-core/dvb_ca_en50221.c > +++ b/drivers/media/dvb-core/dvb_ca_en50221.c > @@ -1644,7 +1644,7 @@ static const struct dvb_device dvbdev_ca = { > .readers = 1, > .writers = 1, > #if defined(CONFIG_MEDIA_CONTROLLER_DVB) > - .name = "ca_en50221", > + .name = "dvb-ca-en50221", > #endif > .fops = &dvb_ca_fops, > }; > diff --git a/drivers/media/dvb-core/dvb_net.c b/drivers/media/dvb-core/dvb_net.c > index 40990058b4bc..1508d918205d 100644 > --- a/drivers/media/dvb-core/dvb_net.c > +++ b/drivers/media/dvb-core/dvb_net.c > @@ -1467,7 +1467,7 @@ static const struct dvb_device dvbdev_net = { > .users = 1, > .writers = 1, > #if defined(CONFIG_MEDIA_CONTROLLER_DVB) > - .name = "dvb net", > + .name = "dvb-net", > #endif > .fops = &dvb_net_fops, > }; > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html