Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Xiubo Li and committed by
Greg Kroah-Hartman
03aca7b2 426bc8e7

+1 -1
+1 -1
drivers/base/attribute_container.c
··· 243 243 * @dev: The generic device to run the trigger for 244 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 247 * the container and the classdev. If you only care about the 248 248 * container, then use attribute_container_trigger() instead. 249 249 */