[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071126232510.C4A0E1454447@imap.suse.de>
Date: Mon, 26 Nov 2007 15:24:42 -0800
From: <gregkh@...e.de>
To: johannes@...solutions.net, gregkh@...e.de,
linux-kernel@...r.kernel.org
Subject: patch kobject-two-typo-fixes.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: kobject: two typo fixes
to my gregkh-2.6 tree. Its filename is
kobject-two-typo-fixes.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From johannes@...solutions.net Mon Nov 26 15:12:16 2007
From: Johannes Berg <johannes@...solutions.net>
Date: Mon, 05 Nov 2007 13:59:11 +0100
Subject: kobject: two typo fixes
To: trivial@...nel.org
Cc: Greg KH <gregkh@...e.de>, Linux Kernel list <linux-kernel@...r.kernel.org>
Message-ID: <1194267551.13501.2.camel@...annes.berg>
This fixes two typos from commit
34358c26a2c96b2a068dc44e0ac602106a466bce.
Signed-off-by: Johannes Berg <johannes@...solutions.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
lib/kobject.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -377,8 +377,8 @@ int kobject_rename(struct kobject * kobj
struct kobject *temp_kobj;
temp_kobj = kset_find_obj(kobj->kset, new_name);
if (temp_kobj) {
- printk(KERN_WARNING "kobject '%s' can not be renamed "
- "to '%s' as '%s' is already in existance.\n",
+ printk(KERN_WARNING "kobject '%s' cannot be renamed "
+ "to '%s' as '%s' is already in existence.\n",
kobject_name(kobj), new_name, new_name);
kobject_put(temp_kobj);
return -EINVAL;
Patches currently in gregkh-2.6 which might be from johannes@...solutions.net are
driver/kobject-two-typo-fixes.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists