Skip to content

Commit

Permalink
powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ColinIanKing authored and rafaeljw committed Mar 1, 2022
1 parent 5bf19d0 commit 55ddcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/powercap/dtpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 55ddcd9

Please sign in to comment.