Commit 784056d3 authored by Colin Ian King's avatar Colin Ian King Committed by Sebastian Reichel

power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor"

There is a spelling mistake in a MODULE_PARM_DESC description. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 28e54414
......@@ -91,7 +91,7 @@
static bool no_current_sense_res;
module_param(no_current_sense_res, bool, 0444);
MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resisitor");
MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resistor");
enum {
QWBTU_IRQ = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment