Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM / OPP: Fix typo modifcation -> modification

Reported-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Stephen Boyd and committed by
Rafael J. Wysocki
e1a2d49c 680168a5

+3 -3
+3 -3
drivers/base/power/opp.c
··· 1070 1070 * share a common logic which is isolated here. 1071 1071 * 1072 1072 * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the 1073 - * copy operation, returns 0 if no modifcation was done OR modification was 1073 + * copy operation, returns 0 if no modification was done OR modification was 1074 1074 * successful. 1075 1075 * 1076 1076 * Locking: The internal device_opp and opp structures are RCU protected. ··· 1158 1158 * mutex locking or synchronize_rcu() blocking calls cannot be used. 1159 1159 * 1160 1160 * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the 1161 - * copy operation, returns 0 if no modifcation was done OR modification was 1161 + * copy operation, returns 0 if no modification was done OR modification was 1162 1162 * successful. 1163 1163 */ 1164 1164 int dev_pm_opp_enable(struct device *dev, unsigned long freq) ··· 1184 1184 * mutex locking or synchronize_rcu() blocking calls cannot be used. 1185 1185 * 1186 1186 * Return: -EINVAL for bad pointers, -ENOMEM if no memory available for the 1187 - * copy operation, returns 0 if no modifcation was done OR modification was 1187 + * copy operation, returns 0 if no modification was done OR modification was 1188 1188 * successful. 1189 1189 */ 1190 1190 int dev_pm_opp_disable(struct device *dev, unsigned long freq)