Skip to content

Commit d33e9c1

Browse files
committed
Fix typo
1 parent 970ad1f commit d33e9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asustor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static struct gpio_keys_button asustor_gpio_keys_table[] = {
124124
.code = KEY_POWER,
125125
.type = EV_KEY,
126126
.active_low = 1,
127-
.gpio = -1, // Invalid, set int init.
127+
.gpio = -1, // Invalid, set in init.
128128
},
129129
};
130130

0 commit comments

Comments
 (0)