Skip to content

Commit 09a1361

Browse files
hvilleneuvedoobroonie
authored andcommitted
regulator: core: fix typo in comments
Replace another->other so that the sentence makes sense. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Link: https://patch.msgid.link/20260323140340.105362-1-hugo@hugovil.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c8d0bee commit 09a1361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ static int set_machine_constraints(struct regulator_dev *rdev,
15501550
* Existing logic does not warn if over_current_protection is given as
15511551
* a constraint but driver does not support that. I think we should
15521552
* warn about this type of issues as it is possible someone changes
1553-
* PMIC on board to another type - and the another PMIC's driver does
1553+
* PMIC on board to another type - and the other PMIC's driver does
15541554
* not support setting protection. Board composer may happily believe
15551555
* the DT limits are respected - especially if the new PMIC HW also
15561556
* supports protection but the driver does not. I won't change the logic

0 commit comments

Comments
 (0)