Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74307
b: refs/heads/master
c: 71409a4
h: refs/heads/master
i:
  74305: 60d7d83
  74303: 75dda3d
v: v3
  • Loading branch information
Johannes Berg authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent f7d5d5d commit 617d7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f4ebbbf188805036afc915eb759f4b294815857
refs/heads/master: 71409a498e96a421bdc20e7275ebc4fab8b14cdc
4 changes: 2 additions & 2 deletions trunk/lib/kobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ int kobject_rename(struct kobject * kobj, const char *new_name)
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;
Expand Down

0 comments on commit 617d7fa

Please sign in to comment.