ath5k: fix incorrect indentation
authorBob Copeland <me@bobcopeland.com>
Mon, 29 Feb 2016 01:07:55 +0000 (20:07 -0500)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 11 Mar 2016 12:00:00 +0000 (14:00 +0200)
commit0eb69ef355c3b77f8ce8f54b61759909ad3abcf8
tree2948f7f6a86c4e4006bc7aad8fb8947009825ce2
parent1f64252d0b731d55f262a80f8eef914240334d17
ath5k: fix incorrect indentation

smatch said:

drivers/net/wireless/ath/ath5k/phy.c:1449 ath5k_hw_channel() warn: inconsistent indenting
drivers/net/wireless/ath/ath5k/reset.c:637 ath5k_hw_on_hold() warn: inconsistent indenting
drivers/net/wireless/ath/ath5k/reset.c:702 ath5k_hw_nic_wakeup() warn: inconsistent indenting

All of these lines were indented a tabstop too far.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/ath/ath5k/reset.c