diff options
author | Naresh Solanki <naresh.solanki@9elements.com> | 2024-01-04 15:43:15 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-01-04 13:22:24 +0000 |
commit | 51088e5cc241178ccd6db2dd6d161dc8df32057d (patch) | |
tree | af8ccc6fb0617acd566bea3a145fee22d11aa9ad | |
parent | 67ba055dd7758c34f6e64c9d35132362c1e1f0b5 (diff) |
uapi: regulator: Fix typo
Fix minor typo.
Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Link: https://msgid.link/r/20240104101315.521301-1-naresh.solanki@9elements.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/uapi/regulator/regulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/regulator/regulator.h b/include/uapi/regulator/regulator.h index d2b5612198b6..71bf71a22e7f 100644 --- a/include/uapi/regulator/regulator.h +++ b/include/uapi/regulator/regulator.h @@ -52,7 +52,7 @@ /* * Following notifications should be emitted only if detected condition * is such that the HW is likely to still be working but consumers should - * take a recovery action to prevent problems esacalating into errors. + * take a recovery action to prevent problems escalating into errors. */ #define REGULATOR_EVENT_UNDER_VOLTAGE_WARN 0x2000 #define REGULATOR_EVENT_OVER_CURRENT_WARN 0x4000 |