linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: ath10k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 6/6] ath10k: split an unnecessary long line
Date: Thu, 01 Oct 2015 13:51:21 +0300	[thread overview]
Message-ID: <20151001105121.8770.73290.stgit@potku.adurom.net> (raw)
In-Reply-To: <20151001105001.8770.96252.stgit@potku.adurom.net>

from checkpatch:

drivers/net/wireless/ath/ath10k/mac.c:1113: line over 90 characters

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
---
 drivers/net/wireless/ath/ath10k/mac.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index ab0864feb514..75573ece6373 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -1110,7 +1110,8 @@ static int ath10k_monitor_recalc(struct ath10k *ar)
 
 			ret = ath10k_monitor_stop(ar);
 			if (ret)
-				ath10k_warn(ar, "failed to stop disallowed monitor: %d\n", ret);
+				ath10k_warn(ar, "failed to stop disallowed monitor: %d\n",
+					    ret);
 				/* not serious */
 		}
 


  parent reply	other threads:[~2015-10-01 10:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01 10:50 [PATCH 0/6] ath10k: few checkpatch fixes Kalle Valo
2015-10-01 10:50 ` [PATCH 1/6] ath10k: fix checkpatch warning about logical continuations Kalle Valo
2015-10-01 10:50 ` [PATCH 2/6] ath10k: indentation fixes Kalle Valo
2015-10-01 10:50 ` [PATCH 3/6] ath10k: brace style fixes Kalle Valo
2015-10-01 10:51 ` [PATCH 4/6] ath10k: remove void function return statements Kalle Valo
2015-10-01 10:51 ` [PATCH 5/6] ath10k: fix whitespace usage Kalle Valo
2015-10-01 10:51 ` Kalle Valo [this message]
2015-10-06 11:42 ` [PATCH 0/6] ath10k: few checkpatch fixes Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151001105121.8770.73290.stgit@potku.adurom.net \
    --to=kvalo@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).