Commit 996bc932 authored by Kalle Valo's avatar Kalle Valo

ath6kl: remove unnecessary line continuations

Fixes checkpatch warning:

WARNING: Avoid unnecessary line continuations
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent c28d5559
...@@ -45,9 +45,9 @@ module_param(testmode, uint, 0644); ...@@ -45,9 +45,9 @@ module_param(testmode, uint, 0644);
module_param(recovery_enable, uint, 0644); module_param(recovery_enable, uint, 0644);
module_param(heart_beat_poll, uint, 0644); module_param(heart_beat_poll, uint, 0644);
MODULE_PARM_DESC(recovery_enable, "Enable recovery from firmware error"); MODULE_PARM_DESC(recovery_enable, "Enable recovery from firmware error");
MODULE_PARM_DESC(heart_beat_poll, "Enable fw error detection periodic" \ MODULE_PARM_DESC(heart_beat_poll,
"polling. This also specifies the polling interval in" \ "Enable fw error detection periodic polling in msecs - Also set recovery_enable for this to be effective");
"msecs. Set reocvery_enable for this to be effective");
void ath6kl_core_tx_complete(struct ath6kl *ar, struct sk_buff *skb) void ath6kl_core_tx_complete(struct ath6kl *ar, struct sk_buff *skb)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment