[PATCH] DocBook: fix some descriptions
[deliverable/linux.git] / lib / kobject.c
index 5df8441c44e7d5decdabbfe1f83d8da5d82289fa..94048826624ccd230cd213ce8c14ddea0d6ab191 100644 (file)
@@ -216,13 +216,12 @@ int kobject_register(struct kobject * kobj)
 /**
  *     kobject_set_name - Set the name of an object
  *     @kobj:  object.
- *     @name:  name. 
+ *     @fmt:   format string used to build the name
  *
  *     If strlen(name) >= KOBJ_NAME_LEN, then use a dynamically allocated
  *     string that @kobj->k_name points to. Otherwise, use the static 
  *     @kobj->name array.
  */
-
 int kobject_set_name(struct kobject * kobj, const char * fmt, ...)
 {
        int error = 0;
This page took 0.031225 seconds and 5 git commands to generate.