diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-09-14 13:38:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-17 10:38:43 -0700 |
commit | db6565af68db17f6dbc26307a2768cb36e9f824a (patch) | |
tree | 9c368e29a6ed8444cb49a34e9d6c58ca9b5f9fc7 | |
parent | c29daffa322ad36978cbce487f8ebcd9c3c3f7c0 (diff) | |
download | linux-db6565af68db17f6dbc26307a2768cb36e9f824a.tar.gz linux-db6565af68db17f6dbc26307a2768cb36e9f824a.tar.bz2 linux-db6565af68db17f6dbc26307a2768cb36e9f824a.zip |
regulator: pfuze100-regulator: fix spelling mistake "standy" -> "standby"
Trivial fix to spelling mistake in dev_info message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 1e43a9de3bd5..dd41a9bb3f5c 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -576,7 +576,7 @@ static struct pfuze_chip *syspm_pfuze_chip; static void pfuze_power_off_prepare(void) { - dev_info(syspm_pfuze_chip->dev, "Configure standy mode for power off"); + dev_info(syspm_pfuze_chip->dev, "Configure standby mode for power off"); /* Switch from default mode: APS/APS to APS/Off */ regmap_update_bits(syspm_pfuze_chip->regmap, PFUZE100_SW1ABMODE, |