[PATCH][next] powercap/dtpm: Fix spelling mistake "initialze" -> "initialize"

Colin Ian King posted 1 patch 4 years, 3 months ago
drivers/powercap/dtpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] powercap/dtpm: Fix spelling mistake "initialze" -> "initialize"
Posted by Colin Ian King 4 years, 3 months ago
There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/powercap/dtpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/powercap/dtpm.c b/drivers/powercap/dtpm.c
index ec931a06d90a..b2bcd6d1e242 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);
 	}
 
-- 
2.34.1