diff options
Diffstat (limited to 'lib/kobject.c')
-rw-r--r-- | lib/kobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/kobject.c b/lib/kobject.c index 2782f49e906e..4572809d1b95 100644 --- a/lib/kobject.c +++ b/lib/kobject.c | |||
@@ -326,6 +326,7 @@ int kobject_rename(struct kobject * kobj, const char *new_name) | |||
326 | /** | 326 | /** |
327 | * kobject_rename - change the name of an object | 327 | * kobject_rename - change the name of an object |
328 | * @kobj: object in question. | 328 | * @kobj: object in question. |
329 | * @new_parent: object's new parent | ||
329 | * @new_name: object's new name | 330 | * @new_name: object's new name |
330 | */ | 331 | */ |
331 | 332 | ||