[PATCH] pm_qos: Fix inline documentation.

Previous thread: hid-ntrig documentation and firmware id by Rafi Rubin on Wednesday, August 25, 2010 - 9:54 pm. (30 messages)

Next thread: [PATCH] mm: fix hang on anon_vma->root->lock by Hugh Dickins on Wednesday, August 25, 2010 - 11:12 pm. (22 messages)
From: Saravana Kannan
Date: Wednesday, August 25, 2010 - 10:52 pm

Change-Id: I32f95b5a7e92236931b38fc4f1474f46ad22e298
Signed-off-by: Saravana Kannan <skannan@codeaurora.org>
---
 kernel/pm_qos_params.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/kernel/pm_qos_params.c b/kernel/pm_qos_params.c
index 996a4de..132471f 100644
--- a/kernel/pm_qos_params.c
+++ b/kernel/pm_qos_params.c
@@ -212,15 +212,17 @@ EXPORT_SYMBOL_GPL(pm_qos_request_active);
 
 /**
  * pm_qos_add_request - inserts new qos request into the list
- * @pm_qos_class: identifies which list of qos request to us
+ * @dep: pointer to a preallocated handle
+ * @pm_qos_class: identifies which list of qos request to use
  * @value: defines the qos request
  *
  * This function inserts a new entry in the pm_qos_class list of requested qos
  * performance characteristics.  It recomputes the aggregate QoS expectations
- * for the pm_qos_class of parameters, and returns the pm_qos_request list
- * element as a handle for use in updating and removal.  Call needs to save
- * this handle for later use.
+ * for the pm_qos_class of parameters and initializes the pm_qos_request_list
+ * handle.  Caller needs to save this handle for later use in updates and
+ * removal.
  */
+
 void pm_qos_add_request(struct pm_qos_request_list *dep,
 			int pm_qos_class, s32 value)
 {
-- 
1.7.1.1
---
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--

From: mark gross
Date: Thursday, August 26, 2010 - 9:01 am

Acked-by: mark gross <markgross@thegnar.org>

thanks!

--mgross



--

From: Rafael J. Wysocki
Date: Thursday, August 26, 2010 - 11:18 am

Applied to suspend-2.6/pm-fixes .

Thanks,

--

Previous thread: hid-ntrig documentation and firmware id by Rafi Rubin on Wednesday, August 25, 2010 - 9:54 pm. (30 messages)

Next thread: [PATCH] mm: fix hang on anon_vma->root->lock by Hugh Dickins on Wednesday, August 25, 2010 - 11:12 pm. (22 messages)