Skip to content

Commit a893610

Browse files
andredsre
authored andcommitted
power: supply: max1720x: fix a comment typo
mesaurment -> measurement Signed-off-by: André Draszik <andre.draszik@linaro.org> Link: https://lore.kernel.org/r/20250213-max1720x-typo-v1-1-9c88611cac34@linaro.org Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 2014c95 commit a893610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/supply/max1720x_battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ static int max172xx_temperature_to_ps(unsigned int reg)
302302
/*
303303
* Calculating current registers resolution:
304304
*
305-
* RSense stored in 10^-5 Ohm, so mesaurment voltage must be
305+
* RSense stored in 10^-5 Ohm, so measurement voltage must be
306306
* in 10^-11 Volts for get current in uA.
307307
* 16 bit current reg fullscale +/-51.2mV is 102400 uV.
308308
* So: 102400 / 65535 * 10^5 = 156252

0 commit comments

Comments
 (0)