[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210325045523.31237-1-unixbhaskar@gmail.com>
Date: Thu, 25 Mar 2021 10:25:23 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: linux@...linux.org.uk, shawnguo@...nel.org, s.hauer@...gutronix.de,
kernel@...gutronix.de, festevam@...il.com, linux-imx@....com,
unixbhaskar@...il.com, yukuai3@...wei.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org
Subject: [PATCH] ARM: imx: Fix a typo
s/confgiured/configured/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
arch/arm/mach-imx/pm-imx5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c
index e9962b48e30c..2e3af2bc7758 100644
--- a/arch/arm/mach-imx/pm-imx5.c
+++ b/arch/arm/mach-imx/pm-imx5.c
@@ -45,7 +45,7 @@
* This is also the lowest power state possible without affecting
* non-cpu parts of the system. For these reasons, imx5 should default
* to always using this state for cpu idling. The PM_SUSPEND_STANDBY also
- * uses this state and needs to take no action when registers remain confgiured
+ * uses this state and needs to take no action when registers remain configured
* for this state.
*/
#define IMX5_DEFAULT_CPU_IDLE_STATE WAIT_UNCLOCKED_POWER_OFF
--
2.30.1
Powered by blists - more mailing lists