From: Markus Elfring Date: Mon, 24 Nov 2014 14:55:23 +0000 (+0100) Subject: video: fbdev-MMP: Fix a typo for the word "destroyed" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=23c12eac482e87e5db078975e06ca723181d19e5;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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 Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/mmp/core.c b/drivers/video/fbdev/mmp/core.c index 43ed576f76fb..a0f496049db7 100644 --- a/drivers/video/fbdev/mmp/core.c +++ b/drivers/video/fbdev/mmp/core.c @@ -224,7 +224,7 @@ EXPORT_SYMBOL_GPL(mmp_register_path); /* * mmp_unregister_path - unregister and destroy path - * @p: path to be destoried. + * @p: path to be destroyed. * * this function registers path and destroys it. */