Loading lib/kobject.c +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib/kobject.c +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading