diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2012-05-07 10:48:25 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-07 16:51:19 -0700 |
commit | 9ff1f838e9c019b16b720dca9b04565f1a6e0316 (patch) | |
tree | 2bca4423f81aba84775c63b3155f1cf058d2acbf /lib/kobject.c | |
parent | fef15d2f3d97c9858694f234af94a4ef40d86679 (diff) | |
download | linux-3.10-9ff1f838e9c019b16b720dca9b04565f1a6e0316.tar.gz linux-3.10-9ff1f838e9c019b16b720dca9b04565f1a6e0316.tar.bz2 linux-3.10-9ff1f838e9c019b16b720dca9b04565f1a6e0316.zip |
kobject: fix the uncorrect comment
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/kobject.c')
-rw-r--r-- | lib/kobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kobject.c b/lib/kobject.c index 38fcc60e661..e07ee1fcd6f 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@ -632,7 +632,7 @@ struct kobject *kobject_create(void) /** * kobject_create_and_add - create a struct kobject dynamically and register it with sysfs * - * @name: the name for the kset + * @name: the name for the kobject * @parent: the parent kobject of this kobject, if any. * * This function creates a kobject structure dynamically and registers it |