diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-07 13:26:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-07 13:14:37 +0100 |
commit | 25a7d03dae3ac8dcc3fa00cc0ec17935eb08260d (patch) | |
tree | 5e8dac97e35a32ae2a15fedc255b4a9f8a6266a4 /drivers/regulator | |
parent | 5cbb1515e75c0b8d328ddce0f5e4ff636334373c (diff) | |
download | linux-25a7d03dae3ac8dcc3fa00cc0ec17935eb08260d.tar.bz2 |
regulator: cpcap: Spelling s/configuraion/configuration/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/cpcap-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/cpcap-regulator.c b/drivers/regulator/cpcap-regulator.c index d3284361e594..f80781d58a28 100644 --- a/drivers/regulator/cpcap-regulator.c +++ b/drivers/regulator/cpcap-regulator.c @@ -90,7 +90,7 @@ #define CPCAP_REG_OFF_MODE_SEC BIT(15) /** - * SoC specific configuraion for CPCAP regulator. There are at least three + * SoC specific configuration for CPCAP regulator. There are at least three * different SoCs each with their own parameters: omap3, omap4 and tegra2. * * The assign_reg and assign_mask seem to allow toggling between primary |