From 0ab833fb47a97757fa556782b4736e79adc3d616 Mon Sep 17 00:00:00 2001 From: Xiaotian Feng Date: Fri, 13 Aug 2010 18:58:10 +0800 Subject: [PATCH] --- yaml --- r: 209903 b: refs/heads/master c: f6e6e7799ebcad40fa15e4015beca2d776554302 h: refs/heads/master i: 209901: 21a90592663e508f0972857f308110eda7d2c19b 209899: fae690d559c051820902dcc5dc54f2086f1f906e 209895: 15c8125ecdd5c034b2c801a319b3599dd65b17a7 209887: 55a9af8df1d28dc10b55aa5433ab47568682971c v: v3 --- [refs] | 2 +- trunk/lib/kobject_uevent.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 54ffd9584bea..a2b8917cf472 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f45f3c1f3f616ca1d1e1eb5e7a720ca63cb59550 +refs/heads/master: f6e6e7799ebcad40fa15e4015beca2d776554302 diff --git a/trunk/lib/kobject_uevent.c b/trunk/lib/kobject_uevent.c index b93579504dfa..70af0a7f97c0 100644 --- a/trunk/lib/kobject_uevent.c +++ b/trunk/lib/kobject_uevent.c @@ -123,7 +123,7 @@ static int kobj_usermode_filter(struct kobject *kobj) * @kobj: struct kobject that the action is happening to * @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. */ int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, @@ -317,7 +317,7 @@ int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, 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 * @kobj: struct kobject that the action is happening to