aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/media-device.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-16 05:04:03 -0700
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-04-06 05:38:31 -0700
commit3047f3f98eabd655ca2db4e42219a2990052f73a (patch)
tree368729f5a7011037e90087024f3c7a2e82cb3884 /include/media/media-device.h
parentMerge tag 'media/v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (diff)
downloadlinux-dev-3047f3f98eabd655ca2db4e42219a2990052f73a.tar.xz
linux-dev-3047f3f98eabd655ca2db4e42219a2990052f73a.zip
[media] media-device: Fix a comment
The comment is for the wrong function. Fix it. Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/media-device.h')
-rw-r--r--include/media/media-device.h2
1 files changed, 1 insertions, 1 deletions
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
*