Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a01a6847 authored by Frans Meulenbroeks's avatar Frans Meulenbroeks Committed by Guenter Roeck
Browse files

hwmon: (lm75) fix checkpatch warnings



Fix checkpatch warnings in lm75.h include file

Signed-off-by: default avatarFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent 66b3b1f7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -47,4 +47,3 @@ static inline int LM75_TEMP_FROM_REG(u16 reg)
	   guarantee arithmetic shift and preserve the sign */
	return ((s16)reg / 128) * 500;
}