* enclosure_register - register device as an enclosure
  *
  * @dev:       device containing the enclosure
+ * @name:      chosen device name
  * @components:        number of components in the enclosure
+ * @cb:         platform call-backs
  *
  * This sets up the device for being an enclosure.  Note that @dev does
  * not have to be a dedicated enclosure device.  It may be some other type
 /**
  * enclosure_component_alloc - prepare a new enclosure component
  * @edev:      the enclosure to add the component
- * @num:       the device number
+ * @number:    the device number
  * @type:      the type of component being added
  * @name:      an optional name to appear in sysfs (leave NULL if none)
  *
 /**
  * enclosure_add_device - add a device as being part of an enclosure
  * @edev:      the enclosure device being added to.
- * @num:       the number of the component
+ * @component: the number of the component
  * @dev:       the device being added
  *
  * Declares a real device to reside in slot (or identifier) @num of an