Skip to content

Commit e1e6f9a

Browse files
Frans MeulenbroeksGuenter Roeck
Frans Meulenbroeks
authored and
Guenter Roeck
committed
hwmon: (adt7411) fix checkpatch issues
fixed: WARNING: please, no space before tabs torvalds#11: FILE: adt7411.c:11: + * ^I use power-down mode for suspend?, interrupt handling?$ not fixed as all other macros around it are the same structure and this one is only 2 chars longer: WARNING: line over 80 characters torvalds#229: FILE: adt7411.c:229: +static ADT7411_BIT_ATTR(fast_sampling, ADT7411_REG_CFG3, ADT7411_CFG3_ADC_CLK_225); Signed-off-by: Frans Meulenbroeks <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
1 parent 7d1702b commit e1e6f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: drivers/hwmon/adt7411.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* published by the Free Software Foundation.
99
*
1010
* TODO: SPI, support for external temperature sensor
11-
* use power-down mode for suspend?, interrupt handling?
11+
* use power-down mode for suspend?, interrupt handling?
1212
*/
1313

1414
#include <linux/kernel.h>

0 commit comments

Comments
 (0)