/*
* pass_init - Initialize PASS(Power Aware System Service)
*
- * @data: When the data is passed from pass_main(), it is NULL.
+ * @data: When the data is passed from main(), it is NULL.
* On the other hand, it will contain the result of this function
*/
static void pass_init(void *data)
/*
* pass_exit - Exit PASS
*
- * @data: When the data is passed from pass_main(), it is NULL.
+ * @data: When the data is passed from main(), it is NULL.
* On the other hand, it will contain the result of this function
*/
static void pass_exit(void *data)
/*
* pass_probe - Probe PASS
*
- * @data: the data passed from pass_main(), currently NULL
+ * @data: the data passed from main(), currently NULL
*/
static int pass_probe(void *data)
{
/*
* pmqos_probe - Probe PMQOS
*
- * @data: the data passed from pass_main(), currently NULL
+ * @data: the data passed from main(), currently NULL
*/
static int pmqos_probe(void *data)
{