From: Colin Ian King Date: Tue, 1 Mar 2022 09:03:27 +0000 (+0000) Subject: powercap: DTPM: Fix spelling mistake "initialze" -> "initialize" X-Git-Tag: v6.1-rc5~1813^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55ddcd9f3226b21c5b63d893712c85e85d73f4cb;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/powercap/dtpm.c b/drivers/powercap/dtpm.c index 41010de..ce920f1 100644 --- 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 initialize '%s': %d", dtpm_subsys[i]->name, ret); }