mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 03:31:04 -04:00
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: Colin Ian King <colin.i.king@gmail.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
committed by
Sebastian Reichel
parent
28e54414a8
commit
784056d36f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user