Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Markus Elfring and committed by
Tomi Valkeinen
9e09d00f f0213fe8

+2 -2
+2 -2
drivers/video/fbdev/mmp/core.c
··· 223 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 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 231 void mmp_unregister_path(struct mmp_path *path) 232 232 {