aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/powercap
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-03-01 09:03:27 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-01 18:59:35 +0100
commit55ddcd9f3226b21c5b63d893712c85e85d73f4cb (patch)
tree730ab25a12881bafd91ac0d60343ca1e446d935c /drivers/powercap
parent5bf19d0aa3d2f22d4c050c030f436ab97b7e6f1e (diff)
downloadlinux-55ddcd9f3226b21c5b63d893712c85e85d73f4cb.tar.gz
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 <colin.i.king@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/powercap')
-rw-r--r--drivers/powercap/dtpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/powercap/dtpm.c b/drivers/powercap/dtpm.c
index 41010dec069dc..ce920f17f45fc 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);
}