[PATCH] kobject: two typo fixes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <trivial@...>
Cc: Greg KH <gregkh@...>, Linux Kernel list <linux-kernel@...>
Date: Monday, November 5, 2007 - 8:59 am

This fixes two typos from commit
34358c26a2c96b2a068dc44e0ac602106a466bce.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 lib/kobject.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.orig/lib/kobject.c	2007-11-05 13:51:34.004672254 +0100
+++ linux-2.6/lib/kobject.c	2007-11-05 13:51:52.304652018 +0100
@@ -313,8 +313,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;


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] kobject: two typo fixes, Johannes Berg, (Mon Nov 5, 8:59 am)