From: dashsriram <[email protected]> Fixed a typo error in the file
Signed-off-by: Sriram Dash <[email protected]> --- drivers/base/power/qos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/qos.c b/drivers/base/power/qos.c index e56d538..d23ea4b 100644 --- a/drivers/base/power/qos.c +++ b/drivers/base/power/qos.c @@ -25,7 +25,7 @@ * API. The notification chain data is stored in a static variable. * * 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. -- 2.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

