diff options
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | 2016-05-31 21:18:40 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-31 09:13:56 -0400 |
commit | 03aca7b260ea2aadf92596d2f57160e4aee8ffb0 (patch) | |
tree | 7308d01ba5d547176579ca662e5102602cd6e77b /drivers/base/attribute_container.c | |
parent | 426bc8e789f8ac84270b196191904d347586032f (diff) |
attribute_container: Fix typo
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>
Diffstat (limited to 'drivers/base/attribute_container.c')
-rw-r--r-- | drivers/base/attribute_container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c index 2ba4cac080c5..95e3ef82f3b7 100644 --- a/drivers/base/attribute_container.c +++ b/drivers/base/attribute_container.c | |||
@@ -243,7 +243,7 @@ attribute_container_remove_device(struct device *dev, | |||
243 | * @dev: The generic device to run the trigger for | 243 | * @dev: The generic device to run the trigger for |
244 | * @fn the function to execute for each classdev. | 244 | * @fn the function to execute for each classdev. |
245 | * | 245 | * |
246 | * This funcion is for executing a trigger when you need to know both | 246 | * This function is for executing a trigger when you need to know both |
247 | * the container and the classdev. If you only care about the | 247 | * the container and the classdev. If you only care about the |
248 | * container, then use attribute_container_trigger() instead. | 248 | * container, then use attribute_container_trigger() instead. |
249 | */ | 249 | */ |