diff options
author | Jean Pihet <j-pihet@ti.com> | 2011-08-25 09:35:12 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-08-25 09:35:12 -0400 |
commit | cc74998618a66d34651c784dd02412614c3e81cc (patch) | |
tree | 6ba8aba112a682039cae003f3bbcc027478ef08c /include/linux/netdevice.h | |
parent | e8db0be1245de16a6cc6365506abc392c3c212d4 (diff) |
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>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index f72ac6b972b7..f38ab5b7e768 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -964,7 +964,7 @@ struct net_device { | |||
964 | */ | 964 | */ |
965 | char name[IFNAMSIZ]; | 965 | char name[IFNAMSIZ]; |
966 | 966 | ||
967 | struct pm_qos_request_list pm_qos_req; | 967 | struct pm_qos_request pm_qos_req; |
968 | 968 | ||
969 | /* device name hash chain */ | 969 | /* device name hash chain */ |
970 | struct hlist_node name_hlist; | 970 | struct hlist_node name_hlist; |