This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
Subject: [media] media-device: Fix a comment Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Mar 16 09:04:03 2016 -0300 The comment is for the wrong function. Fix it. Signed-off-by: Mauro Carvalho Chehab <[email protected]> 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(-) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=4e18ca9ce0c277c78594c2dba69e6ad06310ea84 diff --git a/include/media/media-device.h b/include/media/media-device.h index 0c2de97181f3..26ceae36d77d 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() - 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
