PM / QoS: Fix typo in file description
authorAisheng Dong <aisheng.dong@nxp.com>
Wed, 6 Mar 2019 13:25:25 +0000 (13:25 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 11 Mar 2019 09:35:53 +0000 (10:35 +0100)
Fix a typo in the file description comment.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/qos.c

index 3382542b39b77fc0af6676f7be940f4d0a5c331f..f80e402ef778621511b72942f6697c1d74a112c4 100644 (file)
@@ -22,7 +22,7 @@
  * per-device constraint data struct.
  *
  * Note about the per-device constraint data struct allocation:
- * . The per-device constraints data struct ptr is tored into the device
+ * . The per-device constraints data struct ptr is stored into the device
  *    dev_pm_info.
  * . To minimize the data usage by the per-device constraints, the data struct
  *   is only allocated at the first call to dev_pm_qos_add_request.