Skip to content

Commit cf0561f

Browse files
Fix coding style
1 parent 956a18d commit cf0561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vwifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ static struct cfg80211_ops vwifi_cfg_ops = {
22352235
.center_freq = (freq), \
22362236
}
22372237

2238-
/* Macro for defining 5GHZ channel array */
2238+
/* Macro for defining 5GHZ channel array */
22392239
#define CHAN_5GHZ(channel) \
22402240
{ \
22412241
.band = NL80211_BAND_5GHZ, .hw_value = (channel), \

0 commit comments

Comments
 (0)