[PATCH] dt-bindings: regulator: fix typos in regulator-uv-* descriptions

Hugo Villeneuve posted 1 patch 2 weeks, 6 days ago
Documentation/devicetree/bindings/regulator/regulator.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] dt-bindings: regulator: fix typos in regulator-uv-* descriptions
Posted by Hugo Villeneuve 2 weeks, 6 days ago
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Remove word "over".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 Documentation/devicetree/bindings/regulator/regulator.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml
index 042e56396399f..019aeb664caec 100644
--- a/Documentation/devicetree/bindings/regulator/regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/regulator.yaml
@@ -168,7 +168,7 @@ properties:
       offset from voltage set to regulator.
 
   regulator-uv-protection-microvolt:
-    description: Set over under voltage protection limit. This is a limit where
+    description: Set under voltage protection limit. This is a limit where
       hardware performs emergency shutdown. Zero can be passed to disable
       protection and value '1' indicates that protection should be enabled but
       limit setting can be omitted. Limit is given as microvolt offset from
@@ -182,7 +182,7 @@ properties:
       is given as microvolt offset from voltage set to regulator.
 
   regulator-uv-warn-microvolt:
-    description: Set over under voltage warning limit. This is a limit where
+    description: Set under voltage warning limit. This is a limit where
       hardware is assumed still to be functional but approaching limit where
       it gets damaged. Recovery actions should be initiated. Zero can be passed
       to disable detection and value '1' indicates that detection should

base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c
-- 
2.47.3
Re: [PATCH] dt-bindings: regulator: fix typos in regulator-uv-* descriptions
Posted by Mark Brown 2 weeks, 6 days ago
On Tue, 17 Mar 2026 11:23:39 -0400, Hugo Villeneuve wrote:
> dt-bindings: regulator: fix typos in regulator-uv-* descriptions

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.0

Thanks!

[1/1] dt-bindings: regulator: fix typos in regulator-uv-* descriptions
      https://git.kernel.org/broonie/regulator/c/4221f30e3e0a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] dt-bindings: regulator: fix typos in regulator-uv-* descriptions
Posted by Mark Brown 2 weeks, 6 days ago
On Tue, Mar 17, 2026 at 11:23:39AM -0400, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Remove word "over".

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.