Skip to content

Commit

Permalink
attribute_container: Fix typo
Browse files Browse the repository at this point in the history
The 't' in "function" was missing, this patch fixes this typo:
s/funcion/function/g

Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Xiubo Li authored and Greg Kroah-Hartman committed Aug 31, 2016
1 parent 426bc8e commit 03aca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/attribute_container.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 03aca7b

Please sign in to comment.