Skip to content

Commit e447d4c

Browse files
maniogregkh
authored andcommitted
w1: w1_ds2760.h: fix defines indentation
Signed-off-by: Mariusz Bialonczyk <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6d69155 commit e447d4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

drivers/w1/slaves/w1_ds2760.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
#define DS2760_DATA_SIZE 0x40
2525

2626
#define DS2760_PROTECTION_REG 0x00
27+
2728
#define DS2760_STATUS_REG 0x01
28-
#define DS2760_STATUS_IE (1 << 2)
29-
#define DS2760_STATUS_SWEN (1 << 3)
30-
#define DS2760_STATUS_RNAOP (1 << 4)
31-
#define DS2760_STATUS_PMOD (1 << 5)
29+
#define DS2760_STATUS_IE (1 << 2)
30+
#define DS2760_STATUS_SWEN (1 << 3)
31+
#define DS2760_STATUS_RNAOP (1 << 4)
32+
#define DS2760_STATUS_PMOD (1 << 5)
33+
3234
#define DS2760_EEPROM_REG 0x07
3335
#define DS2760_SPECIAL_FEATURE_REG 0x08
3436
#define DS2760_VOLTAGE_MSB 0x0c

0 commit comments

Comments
 (0)