diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-10 17:41:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-16 18:30:10 -0500 |
commit | f95d882d81ee731be2a4a3b34f86810e29b68836 (patch) | |
tree | bf4d2f2471c354bd3ddbf60e073ba69cd0e755fc /lib | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf (diff) |
PCI/sysfs/kobject kernel-doc fixes
Fix kernel-doc warnings in PCI, sysfs, and kobject files.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib')
-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 | ||