]> 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>
Fri, 19 Aug 2011 21:21:23 +0000 (23:21 +0200)
commitb10ac0c24e4c618a99262ad47a1b0176f152883d
tree075ba6a5bd0db4361fbdce21fcd4d9616d6da6e5
parent1eee4691c3f058d1cf9757947ad9d9e03145a12c
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