aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.c
diff options
context:
space:
mode:
authorMarcin Rokicki <marcin.rokicki@tieto.com>2017-02-20 14:39:57 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2017-04-05 10:41:03 +0300
commitd6dfe25c8bb200027dfc5c793cbec81c9af6dd2e (patch)
tree0864532a34b8e82f0613d14c8d59532314aa8814 /drivers/net/wireless/ath/ath10k/debug.c
parentath10k: fix the Transmit Power Control stats display format (diff)
downloadlinux-dev-d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e.tar.xz
linux-dev-d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e.zip
ath10k: fix block comments style
Fix output from checkpatch.pl like: Block comments use a trailing */ on a separate lin Signed-off-by: Marcin Rokicki <marcin.rokicki@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.c b/drivers/net/wireless/ath/ath10k/debug.c
index 1339cc383797..8cda518d1150 100644
--- a/drivers/net/wireless/ath/ath10k/debug.c
+++ b/drivers/net/wireless/ath/ath10k/debug.c
@@ -1982,7 +1982,8 @@ void ath10k_debug_stop(struct ath10k *ar)
/* Must not use _sync to avoid deadlock, we do that in
* ath10k_debug_destroy(). The check for htt_stats_mask is to avoid
- * warning from del_timer(). */
+ * warning from del_timer().
+ */
if (ar->debug.htt_stats_mask != 0)
cancel_delayed_work(&ar->debug.htt_stats_dwork);