diff options
author | Colin Ian King | 2022-03-01 09:03:27 +0000 |
---|---|---|
committer | Rafael J. Wysocki | 2022-03-01 18:59:35 +0100 |
commit | 55ddcd9f3226b21c5b63d893712c85e85d73f4cb (patch) | |
tree | 730ab25a12881bafd91ac0d60343ca1e446d935c /drivers/powercap/dtpm.c | |
parent | 5bf19d0aa3d2f22d4c050c030f436ab97b7e6f1e (diff) |
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/dtpm.c')
-rw-r--r-- | drivers/powercap/dtpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/powercap/dtpm.c b/drivers/powercap/dtpm.c index 41010dec069d..ce920f17f45f 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); } |