Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71409a49 authored by Johannes Berg's avatar Johannes Berg Committed by Greg Kroah-Hartman
Browse files

kobject: two typo fixes



This fixes two typos from commit
34358c26.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1f4ebbbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ int kobject_rename(struct kobject * kobj, const char *new_name)
		temp_kobj = kset_find_obj(kobj->kset, new_name);
		if (temp_kobj) {
			printk(KERN_WARNING "kobject '%s' cannot be renamed "
			       "to '%s' as '%s' is already in existance.\n",
			       "to '%s' as '%s' is already in existence.\n",
			       kobject_name(kobj), new_name, new_name);
			kobject_put(temp_kobj);
			return -EINVAL;