mac80211: fix checkpatch errors

Fix a number of different checkpatch errors.

Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Weilong Chen
2013-12-18 15:44:16 +08:00
committed by Johannes Berg
parent 204e35a91c
commit f359d3fe83
8 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ u8 *ieee80211_get_bssid(struct ieee80211_hdr *hdr, size_t len,
}
if (ieee80211_is_ctl(fc)) {
if(ieee80211_is_pspoll(fc))
if (ieee80211_is_pspoll(fc))
return hdr->addr1;
if (ieee80211_is_back_req(fc)) {