]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: OMAP2+: Fix a typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 2 Nov 2024 09:27:51 +0000 (10:27 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 6 Dec 2024 20:55:24 +0000 (12:55 -0800)
A 'a' is missing in "powerdomin".
Add it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/ec20fd5c347bf74963532e95282f850d209d84d5.1730539664.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-omap2/powerdomain.c

index 2441d96b71446cdc5db75b6321780f83192256f7..a4785302b7ae59801b16f4a29b28b421333a035c 100644 (file)
@@ -523,7 +523,7 @@ int pwrdm_get_mem_bank_count(struct powerdomain *pwrdm)
  * Set the powerdomain @pwrdm's next power state to @pwrst.  The powerdomain
  * may not enter this state immediately if the preconditions for this state
  * have not been satisfied.  Returns -EINVAL if the powerdomain pointer is
- * null or if the power state is invalid for the powerdomin, or returns 0
+ * null or if the power state is invalid for the powerdomain, or returns 0
  * upon success.
  */
 int pwrdm_set_next_pwrst(struct powerdomain *pwrdm, u8 pwrst)