Em Mon, 02 Mar 2015 15:06:59 +0100 Hans Verkuil <hverkuil@xxxxxxxxx> escreveu: > Hi Mauro, > > Small nitpick: > > > extern void dvb_unregister_device (struct dvb_device *dvbdev); > > -void dvb_create_media_graph(struct media_device *mdev); > > + > > +#ifdef CONFIG_MEDIA_CONTROLLER_DVB > > +void dvb_create_media_graph(struct dvb_adapter *adap); > > +#else > > +static inline void dvb_create_media_graph(struct dvb_adapter *adap) {}; > > Unnecessary trailing ';'. > > Regards, > > Hans > Fixed, thanks! Regards, Mauro -- 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