ath10k: mac: fix too long lines
authorKalle Valo <quic_kvalo@quicinc.com>
Wed, 4 May 2022 06:00:44 +0000 (09:00 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Fri, 6 May 2022 06:16:56 +0000 (09:16 +0300)
commitd9e441855c64e3b4c1d83b7e82d723c12d5de3fa
tree24ff9661b85a0ca96990302518a1c12d542757c6
parent80c5075f39996dc75ee8bb7748c4805ffea0e2fb
ath10k: mac: fix too long lines

checkpatch warns:

drivers/net/wireless/ath/ath10k/mac.c:2696: line length of 92 exceeds 90 columns
drivers/net/wireless/ath/ath10k/mac.c:6942: line length of 94 exceeds 90 columns
drivers/net/wireless/ath/ath10k/mac.c:6948: line length of 91 exceeds 90 columns

These were introduced by commit 046d2e7c50e3 ("mac80211: prepare sta handling
for MLO support").

Compile tested only.

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220503060415.24499-2-kvalo@kernel.org
drivers/net/wireless/ath/ath10k/mac.c