PM QoS: Minor clean-ups
authorJean Pihet <j-pihet@ti.com>
Thu, 25 Aug 2011 13:35:12 +0000 (15:35 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 25 Aug 2011 13:35:12 +0000 (15:35 +0200)
commitcc74998618a66d34651c784dd02412614c3e81cc
tree6ba8aba112a682039cae003f3bbcc027478ef08c
parente8db0be1245de16a6cc6365506abc392c3c212d4
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>
Reviewed-by: Kevin Hilman <khilman@ti.com>
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