Skip to content

Commit 55ddcd9

Browse files
ColinIanKingrafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 5bf19d0 commit 55ddcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/powercap/dtpm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ int dtpm_create_hierarchy(struct of_device_id *dtpm_match_table)
596596

597597
ret = dtpm_subsys[i]->init();
598598
if (ret)
599-
pr_info("Failed to initialze '%s': %d",
599+
pr_info("Failed to initialize '%s': %d",
600600
dtpm_subsys[i]->name, ret);
601601
}
602602

0 commit comments

Comments
 (0)