diff options
-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 | { |