1. NAME

kobject_rename - change the name of an object

2. SYNOPSIS

int kobject_rename(struct kobject *  kobj , const char *  new_name );

3. ARGUMENTS

kobj
    object in question.

new_name
    objectAqs new name

4. DESCRIPTION

It is the responsibility of the caller to provide mutual exclusion between two different calls of kobject_rename on the same kobject and to ensure that new_name is valid and wonAqt conflict with other kobjects.

5. COPYRIGHT