All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH habanaai] habanalabs: sync_stream_queue_reset() can be static
Date: Tue, 16 Jun 2020 20:55:03 +0800	[thread overview]
Message-ID: <20200616125503.GA8180@6a4c1e4abc06> (raw)
In-Reply-To: <202006162015.ftMTr7De%lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]


Fixes: d3a635399f51 ("habanalabs: sync stream generic functionality")
Signed-off-by: kernel test robot <lkp@intel.com>
---
 hw_queue.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/habanalabs/hw_queue.c b/drivers/misc/habanalabs/hw_queue.c
index a8fa8021c617e..27f0c34b63b9b 100644
--- a/drivers/misc/habanalabs/hw_queue.c
+++ b/drivers/misc/habanalabs/hw_queue.c
@@ -752,7 +752,7 @@ static void sync_stream_queue_init(struct hl_device *hdev, u32 q_idx)
 	}
 }
 
-void sync_stream_queue_reset(struct hl_device *hdev, u32 q_idx)
+static void sync_stream_queue_reset(struct hl_device *hdev, u32 q_idx)
 {
 	struct hl_hw_queue *hw_queue = &hdev->kernel_queues[q_idx];
 

      reply	other threads:[~2020-06-16 12:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16 12:55 [habanaai:habanalabs-next 3/7] drivers/misc/habanalabs/hw_queue.c:755:6: sparse: sparse: symbol 'sync_stream_queue_reset' was not declared. Should it be kernel test robot
2020-06-16 12:55 ` kernel test robot [this message]

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=20200616125503.GA8180@6a4c1e4abc06 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.