summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMichael Klein <michael@fossekall.de>2020-11-27 13:52:01 +0100
committerLee Jones <lee.jones@linaro.org>2020-11-27 13:18:53 +0000
commit431ec7bd4d52caa2fc20fbe87744f522e3d1efad (patch)
tree90d246b901f6644ba3f95b7ea481a8ccebeaf791 /include/linux/mfd
parente73fd3f265f84a22e93476db2498a4cd4dd255c5 (diff)
downloadlinux-431ec7bd4d52caa2fc20fbe87744f522e3d1efad.tar.bz2
mfd: si476x-core.h: Fix "regulator" spelling in comment
"regualtor" -> "regulator" Signed-off-by: Michael Klein <michael@fossekall.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/si476x-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h
index 4708c2b8512a..dd95c37ca134 100644
--- a/include/linux/mfd/si476x-core.h
+++ b/include/linux/mfd/si476x-core.h
@@ -57,7 +57,7 @@ enum si476x_mfd_cells {
* @SI476X_POWER_DOWN: In this state all regulators are turned off
* and the reset line is pulled low. The device is completely
* inactive.
- * @SI476X_POWER_UP_FULL: In this state all the power regualtors are
+ * @SI476X_POWER_UP_FULL: In this state all the power regulators are
* turned on, reset line pulled high, IRQ line is enabled(polling is
* active for polling use scenario) and device is turned on with
* POWER_UP command. The device is ready to be used.