mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"
There is a spelling mistake in a pr_info() message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
5bf19d0aa3
commit
55ddcd9f32
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ int dtpm_create_hierarchy(struct of_device_id *dtpm_match_table)
|
||||||
|
|
||||||
ret = dtpm_subsys[i]->init();
|
ret = dtpm_subsys[i]->init();
|
||||||
if (ret)
|
if (ret)
|
||||||
pr_info("Failed to initialze '%s': %d",
|
pr_info("Failed to initialize '%s': %d",
|
||||||
dtpm_subsys[i]->name, ret);
|
dtpm_subsys[i]->name, ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue