Skip to content

Commit 867b5bf

Browse files
committed
gpio: fix code style
Signed-off-by: Nascs <[email protected]>
1 parent e4ea117 commit 867b5bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/linux/gpio.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ struct gpiochip_info {
2121
#define GPIOLINE_FLAG_ACTIVE_LOW (1UL << 2)
2222
#define GPIOLINE_FLAG_OPEN_DRAIN (1UL << 3)
2323
#define GPIOLINE_FLAG_OPEN_SOURCE (1UL << 4)
24-
#define GPIOLINE_FLAG_BIAS_PULL_UP (1UL << 5)
25-
#define GPIOLINE_FLAG_BIAS_PULL_DOWN (1UL << 6)
26-
#define GPIOLINE_FLAG_BIAS_DISABLE (1UL << 7)
24+
#define GPIOLINE_FLAG_BIAS_PULL_UP (1UL << 5)
25+
#define GPIOLINE_FLAG_BIAS_PULL_DOWN (1UL << 6)
26+
#define GPIOLINE_FLAG_BIAS_DISABLE (1UL << 7)
2727

2828
struct gpioline_info {
2929
__u32 line_offset;

0 commit comments

Comments
 (0)