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 freescale-fslc] MLK-23251-01: net: stmac: tsn: stmmactc_setup_mqprio() can be static
Date: Tue, 19 Jan 2021 15:07:38 +0800	[thread overview]
Message-ID: <20210119070738.GA49408@38ce28ae95f1> (raw)
In-Reply-To: <202101191550.31dZbeta-lkp@intel.com>

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


Fixes: 44980ad6bb89 ("MLK-23251-01: net: stmac: tsn: add tc mqprio support")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 stmmac_main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
index edd1e07c050abc6..14457cfab54c44a 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -4109,7 +4109,7 @@ static int stmmac_setup_tc_block_cb(enum tc_setup_type type, void *type_data,
 
 static LIST_HEAD(stmmac_block_cb_list);
 
-int stmmactc_setup_mqprio(struct net_device *ndev, void *type_data)
+static int stmmactc_setup_mqprio(struct net_device *ndev, void *type_data)
 {
 	struct tc_mqprio_qopt *mqprio = type_data;
 	u8 num_tc;

      reply	other threads:[~2021-01-19  7:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19  7:07 [freescale-fslc:pr/218 6973/16341] drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4112:5: sparse: sparse: symbol 'stmmactc_setup_mqprio' was not declared. Should it be kernel test robot
2021-01-19  7:07 ` 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=20210119070738.GA49408@38ce28ae95f1 \
    --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.