]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: iwlwifi: mld: fix indentation in iwl_mld_fill_supp_rates()
authorDongyang Jin <jindongyang@kylinos.cn>
Tue, 19 May 2026 06:02:59 +0000 (14:02 +0800)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:13 +0000 (15:17 +0300)
commit455fac900cf93d03a020b82f2cf2849cd2c74fd8
tree927ca9c49b8357e200054869ebaa097182d17f7b
parent4f479cbee68509ef56e4be310da93ec7883feb65
wifi: iwlwifi: mld: fix indentation in iwl_mld_fill_supp_rates()

Fix the following inconsistent indentation warnings reported by smatch:

smatch warnings:
drivers/net/wireless/intel/iwlwifi/mld/tlc.c:454 iwl_mld_fill_supp_rates() warn: inconsistent indenting

There's an extra tab, remove it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202605170928.yPTN7kOn-lkp@intel.com/
Signed-off-by: Dongyang Jin <jindongyang@kylinos.cn>
Link: https://patch.msgid.link/20260519060259.2327712-1-jindongyang@kylinos.cn
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/tlc.c