Skip to content

Commit 19ee9e4

Browse files
tititiou36khilman
authored andcommitted
ARM: OMAP2+: Fix a typo
A 'a' is missing in "powerdomin". Add it. Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/ec20fd5c347bf74963532e95282f850d209d84d5.1730539664.git.christophe.jaillet@wanadoo.fr Signed-off-by: Kevin Hilman <[email protected]>
1 parent 40384c8 commit 19ee9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/powerdomain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ int pwrdm_get_mem_bank_count(struct powerdomain *pwrdm)
523523
* Set the powerdomain @pwrdm's next power state to @pwrst. The powerdomain
524524
* may not enter this state immediately if the preconditions for this state
525525
* have not been satisfied. Returns -EINVAL if the powerdomain pointer is
526-
* null or if the power state is invalid for the powerdomin, or returns 0
526+
* null or if the power state is invalid for the powerdomain, or returns 0
527527
* upon success.
528528
*/
529529
int pwrdm_set_next_pwrst(struct powerdomain *pwrdm, u8 pwrst)

0 commit comments

Comments
 (0)