Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03aca7b2 authored by Xiubo Li's avatar Xiubo Li Committed by Greg Kroah-Hartman
Browse files

attribute_container: Fix typo



The 't' in "function" was missing, this patch fixes this typo:
s/funcion/function/g

Signed-off-by: default avatarXiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 426bc8e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ attribute_container_remove_device(struct device *dev,
 * @dev:  The generic device to run the trigger for
 * @fn	  the function to execute for each classdev.
 *
 * This funcion is for executing a trigger when you need to know both
 * This function is for executing a trigger when you need to know both
 * the container and the classdev.  If you only care about the
 * container, then use attribute_container_trigger() instead.
 */