diff options
Diffstat (limited to 'drivers/base/power/qos.c')
-rw-r--r-- | drivers/base/power/qos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/qos.c b/drivers/base/power/qos.c index 3382542b39b7..f80e402ef778 100644 --- a/drivers/base/power/qos.c +++ b/drivers/base/power/qos.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * per-device constraint data struct. | 22 | * per-device constraint data struct. |
23 | * | 23 | * |
24 | * Note about the per-device constraint data struct allocation: | 24 | * Note about the per-device constraint data struct allocation: |
25 | * . The per-device constraints data struct ptr is tored into the device | 25 | * . The per-device constraints data struct ptr is stored into the device |
26 | * dev_pm_info. | 26 | * dev_pm_info. |
27 | * . To minimize the data usage by the per-device constraints, the data struct | 27 | * . To minimize the data usage by the per-device constraints, the data struct |
28 | * is only allocated at the first call to dev_pm_qos_add_request. | 28 | * is only allocated at the first call to dev_pm_qos_add_request. |