ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()
authorKalle Valo <kvalo@codeaurora.org>
Mon, 11 Feb 2019 16:47:01 +0000 (18:47 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 12 Feb 2019 18:42:15 +0000 (20:42 +0200)
commitacc65103c15c7e6e468662568e8d5e1306c264e9
tree2e94a6a39443455c37d6d4cea539ade119223690
parent1863008369ae0407508033b4b00f98b985adeb15
ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()

Commit 750afb08ca71 ("cross-tree: phase out dma_zalloc_coherent()") introduced
a new checkpatch warning:

drivers/net/wireless/ath/ath10k/ce.c:1602: line over 90 characters

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/ce.c