aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/mmp
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2014-11-24 15:55:23 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-11-25 12:54:17 +0200
commit23c12eac482e87e5db078975e06ca723181d19e5 (patch)
treeb7b3a7b24b8f12f185a492ed1956b16dd2ea017c /drivers/video/fbdev/mmp
parentvideo: fbdev-MMP: Fix typos for the word "destroy" (diff)
downloadlinux-dev-23c12eac482e87e5db078975e06ca723181d19e5.tar.xz
linux-dev-23c12eac482e87e5db078975e06ca723181d19e5.zip
video: fbdev-MMP: Fix a typo for the word "destroyed"
A word was corrected in the description for a parameter of the mmp_unregister_path() function. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/mmp')
-rw-r--r--drivers/video/fbdev/mmp/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mmp/core.c b/drivers/video/fbdev/mmp/core.c
index 43ed576f76fb..a0f496049db7 100644
--- a/drivers/video/fbdev/mmp/core.c
+++ b/drivers/video/fbdev/mmp/core.c
@@ -224,7 +224,7 @@ EXPORT_SYMBOL_GPL(mmp_register_path);
/*
* mmp_unregister_path - unregister and destroy path
- * @p: path to be destoried.
+ * @p: path to be destroyed.
*
* this function registers path and destroys it.
*/