From: Xiubo Li Date: Wed, 1 Jun 2016 01:18:40 +0000 (+0800) Subject: attribute_container: Fix typo X-Git-Tag: v5.15~12781^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03aca7b260ea2aadf92596d2f57160e4aee8ffb0;p=platform%2Fkernel%2Flinux-starfive.git attribute_container: Fix typo The 't' in "function" was missing, this patch fixes this typo: s/funcion/function/g Signed-off-by: Xiubo Li Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c index 2ba4cac..95e3ef8 100644 --- a/drivers/base/attribute_container.c +++ b/drivers/base/attribute_container.c @@ -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. */