Skip to content

Commit 57dfd44

Browse files
ColinIanKingsre
authored andcommitted
power: supply: axp20x_usb_power: Fix spelling mistake "reqested" -> "requested"
There is a spelling mistake in a dev_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20240828093447.271503-1-colin.i.king@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 2ff28e9 commit 57dfd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/supply/axp20x_usb_power.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static int axp20x_usb_power_set_input_current_limit(struct axp20x_usb_power *pow
326326

327327
if (power->max_input_cur && (intval > power->max_input_cur)) {
328328
dev_warn(power->dev,
329-
"reqested current %d clamped to max current %d\n",
329+
"requested current %d clamped to max current %d\n",
330330
intval, power->max_input_cur);
331331
intval = power->max_input_cur;
332332
}

0 commit comments

Comments
 (0)