Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Naresh Solanki and committed by
Mark Brown
51088e5c 67ba055d

+1 -1
+1 -1
include/uapi/regulator/regulator.h
··· 52 52 /* 53 53 * Following notifications should be emitted only if detected condition 54 54 * is such that the HW is likely to still be working but consumers should 55 - * take a recovery action to prevent problems esacalating into errors. 55 + * take a recovery action to prevent problems escalating into errors. 56 56 */ 57 57 #define REGULATOR_EVENT_UNDER_VOLTAGE_WARN 0x2000 58 58 #define REGULATOR_EVENT_OVER_CURRENT_WARN 0x4000