提交 03aca7b2 编写于 作者: X Xiubo Li 提交者: Greg Kroah-Hartman

attribute_container: Fix typo

The 't' in "function" was missing, this patch fixes this typo:
s/funcion/function/g
Signed-off-by: NXiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 426bc8e7
...@@ -243,7 +243,7 @@ attribute_container_remove_device(struct device *dev, ...@@ -243,7 +243,7 @@ attribute_container_remove_device(struct device *dev,
* @dev: The generic device to run the trigger for * @dev: The generic device to run the trigger for
* @fn the function to execute for each classdev. * @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 * the container and the classdev. If you only care about the
* container, then use attribute_container_trigger() instead. * container, then use attribute_container_trigger() instead.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册