mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
wifi: iwlwifi: mvm: Replace spaces for tabs in iwl_mvm_vendor_events_idx
This patch replaces spaces with tabs in the affected source files to adhere to the Linux kernel coding style guidelines. This change is purely stylistic and do not affect the functionality of the code. Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com> Link: https://patch.msgid.link/715c74c74b336bed81e92e1336bd1a6ddb7b90ff.1724103043.git.soyjuanarbol@gmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
13c4f7714c
commit
4e3a841c47
|
|
@ -104,9 +104,9 @@ static const struct wiphy_vendor_command iwl_mvm_vendor_commands[] = {
|
|||
};
|
||||
|
||||
enum iwl_mvm_vendor_events_idx {
|
||||
/* 0x0 - 0x3 are deprecated */
|
||||
IWL_MVM_VENDOR_EVENT_IDX_ROAMING_FORBIDDEN = 4,
|
||||
NUM_IWL_MVM_VENDOR_EVENT_IDX
|
||||
/* 0x0 - 0x3 are deprecated */
|
||||
IWL_MVM_VENDOR_EVENT_IDX_ROAMING_FORBIDDEN = 4,
|
||||
NUM_IWL_MVM_VENDOR_EVENT_IDX
|
||||
};
|
||||
|
||||
static const struct nl80211_vendor_cmd_info
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user