projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf19d0
)
powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 1 Mar 2022 09:03:27 +0000
(09:03 +0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 1 Mar 2022 17:59:35 +0000
(18:59 +0100)
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>
drivers/powercap/dtpm.c
patch
|
blob
|
history
diff --git
a/drivers/powercap/dtpm.c
b/drivers/powercap/dtpm.c
index 41010dec069dcf4c0a0423b3d6595a6039a57884..ce920f17f45fc1545a882817b39802e0de165cc3 100644
(file)
--- a/
drivers/powercap/dtpm.c
+++ b/
drivers/powercap/dtpm.c
@@
-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 initial
i
ze '%s': %d",
dtpm_subsys[i]->name, ret);
}