diff options
author | Marcin Rokicki <marcin.rokicki@tieto.com> | 2017-02-20 14:39:57 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-04-05 09:41:03 +0200 |
commit | d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e (patch) | |
tree | 0864532a34b8e82f0613d14c8d59532314aa8814 /drivers/net/wireless/ath/ath10k/txrx.c | |
parent | ath10k: fix the Transmit Power Control stats display format (diff) | |
download | linux-d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e.tar.xz linux-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/txrx.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/txrx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/txrx.c b/drivers/net/wireless/ath/ath10k/txrx.c index 9852c5d51139..d4986f626c35 100644 --- a/drivers/net/wireless/ath/ath10k/txrx.c +++ b/drivers/net/wireless/ath/ath10k/txrx.c @@ -34,7 +34,8 @@ static void ath10k_report_offchan_tx(struct ath10k *ar, struct sk_buff *skb) /* If the original wait_for_completion() timed out before * {data,mgmt}_tx_completed() was called then we could complete * offchan_tx_completed for a different skb. Prevent this by using - * offchan_tx_skb. */ + * offchan_tx_skb. + */ spin_lock_bh(&ar->data_lock); if (ar->offchan_tx_skb != skb) { ath10k_warn(ar, "completed old offchannel frame\n"); |