diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2014-11-24 15:50:15 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-11-25 11:54:17 +0100 |
commit | 9e09d00f55496faa07659f8c3bd8bfd89b4510ec (patch) | |
tree | 91db63b12147172319d23473afd925a6cb5fae61 /drivers/video/fbdev/mmp | |
parent | video: ARM CLCD: Remove duplicated include in amba-clcd.c (diff) | |
download | linux-9e09d00f55496faa07659f8c3bd8bfd89b4510ec.tar.xz linux-9e09d00f55496faa07659f8c3bd8bfd89b4510ec.zip |
video: fbdev-MMP: Fix typos for the word "destroy"
Two mistyped words were corrected in the description for
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/mmp/core.c b/drivers/video/fbdev/mmp/core.c index b563b920f159..43ed576f76fb 100644 --- a/drivers/video/fbdev/mmp/core.c +++ b/drivers/video/fbdev/mmp/core.c @@ -223,10 +223,10 @@ struct mmp_path *mmp_register_path(struct mmp_path_info *info) EXPORT_SYMBOL_GPL(mmp_register_path); /* - * mmp_unregister_path - unregister and destory path + * mmp_unregister_path - unregister and destroy path * @p: path to be destoried. * - * this function registers path and destorys it. + * this function registers path and destroys it. */ void mmp_unregister_path(struct mmp_path *path) { |