Skip to content

Commit 79a5101

Browse files
Fix coding style
1 parent c8c240d commit 79a5101

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
@@ -2230,7 +2230,7 @@ static struct cfg80211_ops vwifi_cfg_ops = {
22302230
.center_freq = (freq), \
22312231
}
22322232

2233-
/* Macro for defining 5GHZ channel array */
2233+
/* Macro for defining 5GHZ channel array */
22342234
#define CHAN_5GHZ(channel) \
22352235
{ \
22362236
.band = NL80211_BAND_5GHZ, .hw_value = (channel), \

0 commit comments

Comments
 (0)