aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-02-04 10:42:46 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2008-02-04 10:42:46 -0500
commita6cc48eeea438b9d9e05943beebc31c52e76d32f (patch)
tree425f824849d5e8b0c7ffc36f9d70c1b21ba10695 /lib/kobject.c
parent7cf7669143db087e5cb36d1e07143938ff467147 (diff)
parent0c98b19fe571ede1f14bd95b855bcbe2cca99bcf (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6: Driver core: Remove unneeded get_{device,driver}() calls. Driver core: Update some prototypes in platform.txt driver core: convert to use class_find_device api PM: Export device_pm_schedule_removal nozomi: finish constification nozomi: constify driver nozomi driver update Add ja_JP translation of stable_kernel_rules.txt kobject: kerneldoc comment fix kobject: Always build in kernel/ksysfs.o.
Diffstat (limited to 'lib/kobject.c')
-rw-r--r--lib/kobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index 1d63ead1815e..d784daeb8571 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -637,7 +637,7 @@ struct kobject *kobject_create(void)
637 * @name: the name for the kset 637 * @name: the name for the kset
638 * @parent: the parent kobject of this kobject, if any. 638 * @parent: the parent kobject of this kobject, if any.
639 * 639 *
640 * This function creates a kset structure dynamically and registers it 640 * This function creates a kobject structure dynamically and registers it
641 * with sysfs. When you are finished with this structure, call 641 * with sysfs. When you are finished with this structure, call
642 * kobject_put() and the structure will be dynamically freed when 642 * kobject_put() and the structure will be dynamically freed when
643 * it is no longer being used. 643 * it is no longer being used.