summaryrefslogtreecommitdiff
path: root/drivers/thermal/user_space.c
diff options
context:
space:
mode:
authorWilly WOLFF <willy.mh.wolff@gmail.com>2017-06-24 14:06:03 +0100
committerZhang Rui <rui.zhang@intel.com>2017-06-29 10:46:31 +0800
commit0d76d6e1eede5f2aa13695cb4c9d763bb3555e3e (patch)
tree791c1b0b122dd8df83273ba096c9bf50c9b03693 /drivers/thermal/user_space.c
parentc0bc126f97fb929b3ae02c1c62322645d70eb408 (diff)
thermal: fix source code documentation for parameters
Some parameters are not documented, or not present at all, in thermal governors code. Signed-off-by: Willy Wolff <willy.mh.wolff@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/user_space.c')
-rw-r--r--drivers/thermal/user_space.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/user_space.c b/drivers/thermal/user_space.c
index c908150c268d..8e92a06ef48a 100644
--- a/drivers/thermal/user_space.c
+++ b/drivers/thermal/user_space.c
@@ -24,12 +24,13 @@
#include <linux/thermal.h>
#include <linux/slab.h>
+
#include "thermal_core.h"
/**
* notify_user_space - Notifies user space about thermal events
* @tz - thermal_zone_device
- * @trip - Trip point index
+ * @trip - trip point index
*
* This function notifies the user space through UEvents.
*/