Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cfg80211: fix indentation errors

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200221115604.594035-10-Jerome.Pouiller@silabs.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Jérôme Pouiller and committed by
Johannes Berg
cd9b52bf 15bc6dfb

+11 -11
+11 -11
include/net/cfg80211.h
··· 72 72 * 73 73 * @IEEE80211_CHAN_DISABLED: This channel is disabled. 74 74 * @IEEE80211_CHAN_NO_IR: do not initiate radiation, this includes 75 - * sending probe requests or beaconing. 75 + * sending probe requests or beaconing. 76 76 * @IEEE80211_CHAN_RADAR: Radar detection is required on this channel. 77 77 * @IEEE80211_CHAN_NO_HT40PLUS: extension channel above this channel 78 - * is not permitted. 78 + * is not permitted. 79 79 * @IEEE80211_CHAN_NO_HT40MINUS: extension channel below this channel 80 - * is not permitted. 80 + * is not permitted. 81 81 * @IEEE80211_CHAN_NO_OFDM: OFDM is not allowed on this channel. 82 82 * @IEEE80211_CHAN_NO_80MHZ: If the driver supports 80 MHz on the band, 83 83 * this flag indicates that an 80 MHz channel cannot use this ··· 1686 1686 * @basic_rates_len: number of basic rates 1687 1687 * @ap_isolate: do not forward packets between connected stations 1688 1688 * @ht_opmode: HT Operation mode 1689 - * (u16 = opmode, -1 = do not change) 1689 + * (u16 = opmode, -1 = do not change) 1690 1690 * @p2p_ctwindow: P2P CT Window (-1 = no change) 1691 1691 * @p2p_opp_ps: P2P opportunistic PS (-1 = no change) 1692 1692 */ ··· 2062 2062 * @ie_len: length of ie in octets 2063 2063 * @flags: bit field of flags controlling operation 2064 2064 * @match_sets: sets of parameters to be matched for a scan result 2065 - * entry to be considered valid and to be passed to the host 2066 - * (others are filtered out). 2065 + * entry to be considered valid and to be passed to the host 2066 + * (others are filtered out). 2067 2067 * If ommited, all results are passed. 2068 2068 * @n_match_sets: number of match sets 2069 2069 * @report_results: indicates that results were reported for this request ··· 2456 2456 * will be used in ht_capa. Un-supported values will be ignored. 2457 2457 * @ht_capa_mask: The bits of ht_capa which are to be used. 2458 2458 * @wep_keys: static WEP keys, if not NULL points to an array of 2459 - * CFG80211_MAX_WEP_KEYS WEP keys 2459 + * CFG80211_MAX_WEP_KEYS WEP keys 2460 2460 * @wep_tx_key: key index (0..3) of the default TX static WEP key 2461 2461 */ 2462 2462 struct cfg80211_ibss_params { ··· 4426 4426 * note that if your driver uses wiphy_apply_custom_regulatory() 4427 4427 * the reg_notifier's request can be passed as NULL 4428 4428 * @regd: the driver's regulatory domain, if one was requested via 4429 - * the regulatory_hint() API. This can be used by the driver 4429 + * the regulatory_hint() API. This can be used by the driver 4430 4430 * on the reg_notifier() if it chooses to ignore future 4431 4431 * regulatory domain changes caused by other drivers. 4432 4432 * @signal_type: signal type reported in &struct cfg80211_bss. ··· 5502 5502 * @wiphy: the wireless device giving the hint (used only for reporting 5503 5503 * conflicts) 5504 5504 * @alpha2: the ISO/IEC 3166 alpha2 the driver claims its regulatory domain 5505 - * should be in. If @rd is set this should be NULL. Note that if you 5506 - * set this to NULL you should still set rd->alpha2 to some accepted 5507 - * alpha2. 5505 + * should be in. If @rd is set this should be NULL. Note that if you 5506 + * set this to NULL you should still set rd->alpha2 to some accepted 5507 + * alpha2. 5508 5508 * 5509 5509 * Wireless drivers can use this function to hint to the wireless core 5510 5510 * what it believes should be the current regulatory domain by