]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM QoS: Minor clean-ups
authorJean Pihet <j-pihet@ti.com>
Thu, 18 Aug 2011 08:32:02 +0000 (10:32 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 18 Aug 2011 08:32:02 +0000 (10:32 +0200)
commit2afe0b7bc999166a241fa1c9c73001db7ef749f7
tree2e0808fbf9d2c0ffb0c7355e7c859e3b0666983f
parent9267fae10db7a2a15d48bd3206e1105ed80d036a
PM QoS: Minor clean-ups

 - Misc fixes to improve code readability:
  * rename struct pm_qos_request_list to struct pm_qos_request,
  * rename pm_qos_req parameter to req in internal code,
    consistenly use req in the API parameters,
  * update the in-kernel API callers to the new parameters names,
  * rename of fields names (requests, list, node, constraints)

Signed-off-by: Jean Pihet <j-pihet@ti.com>
Acked-by: markgross <markgross@thegnar.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/media/video/via-camera.c
drivers/net/wireless/ipw2x00/ipw2100.c
include/linux/netdevice.h
include/linux/pm_qos.h
include/sound/pcm.h
kernel/power/qos.c