diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2014-11-24 09:50:15 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-11-25 05:54:17 -0500 |
commit | 9e09d00f55496faa07659f8c3bd8bfd89b4510ec (patch) | |
tree | 91db63b12147172319d23473afd925a6cb5fae61 | |
parent | f0213fe85d0eae3aee9deaa484298e08c3a54a18 (diff) |
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>
-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) | |||
223 | EXPORT_SYMBOL_GPL(mmp_register_path); | 223 | EXPORT_SYMBOL_GPL(mmp_register_path); |
224 | 224 | ||
225 | /* | 225 | /* |
226 | * mmp_unregister_path - unregister and destory path | 226 | * mmp_unregister_path - unregister and destroy path |
227 | * @p: path to be destoried. | 227 | * @p: path to be destoried. |
228 | * | 228 | * |
229 | * this function registers path and destorys it. | 229 | * this function registers path and destroys it. |
230 | */ | 230 | */ |
231 | void mmp_unregister_path(struct mmp_path *path) | 231 | void mmp_unregister_path(struct mmp_path *path) |
232 | { | 232 | { |