diff mbox

[RFC,09/12] thermal: user space: fix kernel doc entry

Message ID 1423517653-11359-10-git-send-email-edubezval@gmail.com (mailing list archive)
State RFC, archived
Headers show

Commit Message

Eduardo Valentin Feb. 9, 2015, 9:34 p.m. UTC
Update kernel doc entry and correct the format. Now
kernel doc does not complain about it.

Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
---
 drivers/thermal/user_space.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/thermal/user_space.c b/drivers/thermal/user_space.c
index 10adcdd..29c91cb 100644
--- a/drivers/thermal/user_space.c
+++ b/drivers/thermal/user_space.c
@@ -28,9 +28,12 @@ 
 
 /**
  * notify_user_space - Notifies user space about thermal events
- * @tz - thermal_zone_device
+ * @tz: thermal_zone_device
+ * @trip: the trip point
  *
  * This function notifies the user space through UEvents.
+ *
+ * Return: 0.
  */
 static int notify_user_space(struct thermal_zone_device *tz, int trip)
 {