Hello Mauro, On Wed, Mar 16, 2016 at 9:04 AM, Mauro Carvalho Chehab <mche...@osg.samsung.com> wrote: > The comment is for the wrong function. Fix it. > > Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com> > --- > include/media/media-device.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/media/media-device.h b/include/media/media-device.h > index 0c2de97181f3..ca3871b853ba 100644 > --- a/include/media/media-device.h > +++ b/include/media/media-device.h > @@ -490,7 +490,7 @@ int __must_check __media_device_register(struct > media_device *mdev, > #define media_device_register(mdev) __media_device_register(mdev, > THIS_MODULE) > > /** > - * __media_device_unregister() - Unegisters a media device element > + *_media_device_unregister() - Unegisters a media device element > *
s/_media_device_unregister()/media_device_unregister() and while being there, you can also fix the "Unegisters" typo. After those changes: Reviewed-by: Javier Martinez Canillas <jav...@osg.samsung.com> Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html