From: Mauro Carvalho Chehab Date: Wed, 16 Mar 2016 12:04:03 +0000 (-0700) Subject: [media] media-device: Fix a comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3047f3f98eabd655ca2db4e42219a2990052f73a;p=linux-beck.git [media] media-device: Fix a comment The comment is for the wrong function. Fix it. Reviewed-by: Javier Martinez Canillas Signed-off-by: Mauro Carvalho Chehab --- 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 *