mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-20 22:15:59 +00:00
kobject_uevent: fix typo in comments
s/ending/sending, s/kobject_uevent()/kobject_uevent_env() in the comments. Signed-off-by: Xiaotian Feng <xtfeng@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f45f3c1f3f
commit
f6e6e7799e
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ static int kobj_usermode_filter(struct kobject *kobj)
|
||||||
* @kobj: struct kobject that the action is happening to
|
* @kobj: struct kobject that the action is happening to
|
||||||
* @envp_ext: pointer to environmental data
|
* @envp_ext: pointer to environmental data
|
||||||
*
|
*
|
||||||
* Returns 0 if kobject_uevent() is completed with success or the
|
* Returns 0 if kobject_uevent_env() is completed with success or the
|
||||||
* corresponding error when it fails.
|
* corresponding error when it fails.
|
||||||
*/
|
*/
|
||||||
int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
|
int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
|
||||||
|
@ -317,7 +317,7 @@ exit:
|
||||||
EXPORT_SYMBOL_GPL(kobject_uevent_env);
|
EXPORT_SYMBOL_GPL(kobject_uevent_env);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* kobject_uevent - notify userspace by ending an uevent
|
* kobject_uevent - notify userspace by sending an uevent
|
||||||
*
|
*
|
||||||
* @action: action that is happening
|
* @action: action that is happening
|
||||||
* @kobj: struct kobject that the action is happening to
|
* @kobj: struct kobject that the action is happening to
|
||||||
|
|
Loading…
Add table
Reference in a new issue