hwmon: (lm75) fix checkpatch warnings
Fix checkpatch warnings in lm75.h include file Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
committed by
Guenter Roeck
parent
66b3b1f757
commit
a01a68472c
@@ -47,4 +47,3 @@ static inline int LM75_TEMP_FROM_REG(u16 reg)
|
|||||||
guarantee arithmetic shift and preserve the sign */
|
guarantee arithmetic shift and preserve the sign */
|
||||||
return ((s16)reg / 128) * 500;
|
return ((s16)reg / 128) * 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user