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

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>

authored by

Markus Elfring and committed by
Tomi Valkeinen
23c12eac 9e09d00f

+1 -1
+1 -1
drivers/video/fbdev/mmp/core.c
··· 224 224 225 225 /* 226 226 * mmp_unregister_path - unregister and destroy path 227 - * @p: path to be destoried. 227 + * @p: path to be destroyed. 228 228 * 229 229 * this function registers path and destroys it. 230 230 */