mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
power: supply: axp20x_usb_power: Fix typo in dev_warn message
There is a typo in a dev_warn message: - reqested -> requested Fix it via codespell. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20250206083405.10286-1-algonell@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
a893610905
commit
252e6671d6
|
|
@ -492,7 +492,7 @@ static int axp717_usb_power_set_input_current_limit(struct axp20x_usb_power *pow
|
|||
|
||||
if (power->max_input_cur && (intval > power->max_input_cur)) {
|
||||
dev_warn(power->dev,
|
||||
"reqested current %d clamped to max current %d\n",
|
||||
"requested current %d clamped to max current %d\n",
|
||||
intval, power->max_input_cur);
|
||||
intval = power->max_input_cur;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user