spmi: fix W=1 kernel-doc warnings
[linux-2.6-microblaze.git] / drivers / spmi / spmi.c
index 7355153..5705151 100644 (file)
@@ -404,7 +404,7 @@ struct spmi_device *spmi_device_from_of(struct device_node *np)
 EXPORT_SYMBOL_GPL(spmi_device_from_of);
 
 /**
- * spmi_controller_alloc() - Allocate a new SPMI device
+ * spmi_device_alloc() - Allocate a new SPMI device
  * @ctrl:      associated controller
  *
  * Caller is responsible for either calling spmi_device_add() to add the
@@ -582,8 +582,9 @@ void spmi_controller_remove(struct spmi_controller *ctrl)
 EXPORT_SYMBOL_GPL(spmi_controller_remove);
 
 /**
- * spmi_driver_register() - Register client driver with SPMI core
+ * __spmi_driver_register() - Register client driver with SPMI core
  * @sdrv:      client driver to be associated with client-device.
+ * @owner:     module owner
  *
  * This API will register the client driver with the SPMI framework.
  * It is typically called from the driver's module-init function.