All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Govind Singh <govinds@codeaurora.org>
Cc: kbuild-all@01.org, ath10k@lists.infradead.org,
	linux-wireless@vger.kernel.org,
	Govind Singh <govinds@codeaurora.org>
Subject: [RFC PATCH] ath10k: ath10k_htc_pktlog_svc_supported() can be static
Date: Tue, 28 Aug 2018 22:53:27 +0800	[thread overview]
Message-ID: <20180828145327.GA104938@lkp-ib04.lkp.intel.com> (raw)
In-Reply-To: <20180828043642.14890-3-govinds@codeaurora.org>


Fixes: c4ce46304e1f ("ath10k: Enable pktlog for WCN3990 target")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
 htc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c
index 1727823..4e70ff2 100644
--- a/drivers/net/wireless/ath/ath10k/htc.c
+++ b/drivers/net/wireless/ath/ath10k/htc.c
@@ -872,7 +872,7 @@ static int ath10k_htc_pktlog_connect(struct ath10k *ar)
 	return 0;
 }
 
-bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar)
+static bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar)
 {
 	u8 ul_pipe_id;
 	u8 dl_pipe_id;

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <fengguang.wu@intel.com>
To: Govind Singh <govinds@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, kbuild-all@01.org,
	ath10k@lists.infradead.org
Subject: [RFC PATCH] ath10k: ath10k_htc_pktlog_svc_supported() can be static
Date: Tue, 28 Aug 2018 22:53:27 +0800	[thread overview]
Message-ID: <20180828145327.GA104938@lkp-ib04.lkp.intel.com> (raw)
In-Reply-To: <20180828043642.14890-3-govinds@codeaurora.org>


Fixes: c4ce46304e1f ("ath10k: Enable pktlog for WCN3990 target")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
 htc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c
index 1727823..4e70ff2 100644
--- a/drivers/net/wireless/ath/ath10k/htc.c
+++ b/drivers/net/wireless/ath/ath10k/htc.c
@@ -872,7 +872,7 @@ static int ath10k_htc_pktlog_connect(struct ath10k *ar)
 	return 0;
 }
 
-bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar)
+static bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar)
 {
 	u8 ul_pipe_id;
 	u8 dl_pipe_id;

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  reply	other threads:[~2018-08-28 18:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28  4:36 [PATCH 0/2] ath10k: Enable pktlog for WCN3990 chipset Govind Singh
2018-08-28  4:36 ` Govind Singh
2018-08-28  4:36 ` [PATCH 1/2] ath10k: Introduce CE_ATTR_POLL attribute for polling pipe Govind Singh
2018-08-28  4:36   ` Govind Singh
2018-09-06 15:55   ` Kalle Valo
2018-09-06 15:55   ` Kalle Valo
2018-08-28  4:36 ` [PATCH 2/2] ath10k: Enable pktlog for WCN3990 target Govind Singh
2018-08-28  4:36   ` Govind Singh
2018-08-28 14:53   ` kbuild test robot [this message]
2018-08-28 14:53     ` [RFC PATCH] ath10k: ath10k_htc_pktlog_svc_supported() can be static kbuild test robot
2018-08-28 14:53   ` [PATCH 2/2] ath10k: Enable pktlog for WCN3990 target kbuild test robot
2018-08-28 14:53     ` kbuild test robot
2018-09-04  5:07   ` Kalle Valo
2018-09-04  5:07   ` 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=20180828145327.GA104938@lkp-ib04.lkp.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=ath10k@lists.infradead.org \
    --cc=govinds@codeaurora.org \
    --cc=kbuild-all@01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.