diff options
author | Marcin Rokicki <marcin.rokicki@tieto.com> | 2017-02-20 16:39:57 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-04-05 10:41:03 +0300 |
commit | d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e (patch) | |
tree | 0864532a34b8e82f0613d14c8d59532314aa8814 /drivers/net/wireless/ath/ath10k/htc.c | |
parent | e871fb6396f7251ae4a90c20be38015c8b20e502 (diff) | |
download | linux-d6dfe25c8bb200027dfc5c793cbec81c9af6dd2e.tar.xz |
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/htc.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c index f56f60462b33..b7669b2e94aa 100644 --- a/drivers/net/wireless/ath/ath10k/htc.c +++ b/drivers/net/wireless/ath/ath10k/htc.c @@ -422,7 +422,8 @@ static void ath10k_htc_control_rx_complete(struct ath10k *ar, struct sk_buff *skb) { /* This is unexpected. FW is not supposed to send regular rx on this - * endpoint. */ + * endpoint. + */ ath10k_warn(ar, "unexpected htc rx\n"); kfree_skb(skb); } |