mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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>
This commit is contained in:
parent
f0213fe85d
commit
9e09d00f55
1 changed files with 2 additions and 2 deletions
|
@ -223,10 +223,10 @@ struct mmp_path *mmp_register_path(struct mmp_path_info *info)
|
|||
EXPORT_SYMBOL_GPL(mmp_register_path);
|
||||
|
||||
/*
|
||||
* mmp_unregister_path - unregister and destory path
|
||||
* mmp_unregister_path - unregister and destroy path
|
||||
* @p: path to be destoried.
|
||||
*
|
||||
* this function registers path and destorys it.
|
||||
* this function registers path and destroys it.
|
||||
*/
|
||||
void mmp_unregister_path(struct mmp_path *path)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue