ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()
authorKalle Valo <kvalo@codeaurora.org>
Mon, 11 Feb 2019 16:48:11 +0000 (18:48 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 12 Feb 2019 18:49:45 +0000 (20:49 +0200)
commitbdf2bd9aa684511bcb4271f185f735525ca27a70
tree781cf266e04e3a46b473b4a7579668b5752fc60f
parent385bd8816cb517efc7fdd0a5d4081c76b16d5da1
ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()

With W=1 there's a warning:

drivers/net/wireless/ath/ath10k/wow.c:93: warning: Function parameter or member 'new' not described in 'ath10k_wow_convert_8023_to_80211'
drivers/net/wireless/ath/ath10k/wow.c:93: warning: Function parameter or member 'old' not described in 'ath10k_wow_convert_8023_to_80211'

Fix it by changing the documentation marker '/**' to a normal code comment.
While at it, clean up the line wrapping.

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