Commit 55ddcd9f authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"

There is a spelling mistake in a pr_info() message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 5bf19d0a
......@@ -596,7 +596,7 @@ int dtpm_create_hierarchy(struct of_device_id *dtpm_match_table)
ret = dtpm_subsys[i]->init();
if (ret)
pr_info("Failed to initialze '%s': %d",
pr_info("Failed to initialize '%s': %d",
dtpm_subsys[i]->name, ret);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment