Sensor: mpr: Fix indentation in comment

Fix indentation in ascii-style formula for register to value conversion.

Signed-off-by: Sven Herrmann <sven.herrmann@posteo.de>
This commit is contained in:
Sven Herrmann 2020-07-22 08:41:51 +00:00 committed by Carles Cufí
commit 001ff9ffab

View file

@ -82,9 +82,9 @@ static int mpr_read_reg(struct device *dev)
return 0;
}
/* (reg_value - out_min) * (p_max - p_min)
/* (reg_value - out_min) * (p_max - p_min)
* pressure = --------------------------------------- + p_min
* out_max - out_min
* out_max - out_min
*
* returns pressure [kPa] * 10^6
*/