diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-02-05 14:08:31 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 12:21:59 +0800 |
commit | 4ae20f26a157febe8c87bde5433be86bdc793a62 (patch) | |
tree | 309dd3d03445611ec1e67442e386ba3828360cdc /arch/arm/mach-imx | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) | |
download | linux-4ae20f26a157febe8c87bde5433be86bdc793a62.tar.gz linux-4ae20f26a157febe8c87bde5433be86bdc793a62.tar.bz2 linux-4ae20f26a157febe8c87bde5433be86bdc793a62.zip |
ARM: mach-imx: Fix a spelling in the file pm-imx5.c
s/confgiured/configured/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/pm-imx5.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |