Commit 3047f3f9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] media-device: Fix a comment

The comment is for the wrong function. Fix it.
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 62d2def9
...@@ -494,7 +494,7 @@ int __must_check __media_device_register(struct media_device *mdev, ...@@ -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) #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 * @mdev: pointer to struct &media_device
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment