This is an automatic generated email to let you know that the following patch were queued:
Subject: [media] media-device: Fix a comment Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Mar 16 05:04:03 2016 -0700 The comment is for the wrong function. Fix it. Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> 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 df74cfa7da4a..6d2860657021 100644 --- a/include/media/media-device.h +++ b/include/media/media-device.h @@ -494,7 +494,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() - Unregisters a media device element * * @mdev: pointer to struct &media_device * _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
