From: kbuild test robot <fengguang.wu@intel.com>
To: Igor Russkikh <igor.russkikh@aquantia.com>
Cc: kbuild-all@01.org, "David S . Miller" <davem@davemloft.net>,
netdev@vger.kernel.org, David Arcari <darcari@redhat.com>,
Pavel Belous <pavel.belous@aquantia.com>,
Igor Russkikh <igor.russkikh@aquantia.com>
Subject: [RFC PATCH] net: aquantia: hw_atl_utils_mpi_set_state() can be static
Date: Tue, 5 Jun 2018 18:22:08 +0800 [thread overview]
Message-ID: <20180605102208.GA20616@intel11> (raw)
In-Reply-To: <cea8a6dadd0ddd48fd08c3c3b244fd4db149bf50.1527596210.git.igor.russkikh@aquantia.com>
Fixes: 45c5c36aa288 ("net: aquantia: Improve adapter init/deinit logic")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
hw_atl_utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c b/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
index 9d0a96d..3d60a48 100644
--- a/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
+++ b/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
@@ -533,8 +533,8 @@ int hw_atl_utils_mpi_set_speed(struct aq_hw_s *self, u32 speed)
return 0;
}
-int hw_atl_utils_mpi_set_state(struct aq_hw_s *self,
- enum hal_atl_utils_fw_state_e state)
+static int hw_atl_utils_mpi_set_state(struct aq_hw_s *self,
+ enum hal_atl_utils_fw_state_e state)
{
int err = 0;
u32 transaction_id = 0;
next prev parent reply other threads:[~2018-06-05 2:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-29 12:56 [PATCH net-next 0/5] net: aquantia: various ethtool ops implementation Igor Russkikh
2018-05-29 12:56 ` [PATCH net-next 1/5] net: aquantia: Ethtool based ring size configuration Igor Russkikh
2018-05-29 19:04 ` Jakub Kicinski
2018-06-01 9:19 ` Igor Russkikh
2018-05-29 12:56 ` [PATCH net-next 2/5] net: aquantia: Improve adapter init/deinit logic Igor Russkikh
2018-06-05 10:22 ` kbuild test robot [this message]
2018-06-05 10:22 ` kbuild test robot
2018-05-29 12:57 ` [PATCH net-next 3/5] net: aquantia: Implement rx/tx flow control ethtools callback Igor Russkikh
2018-05-29 12:57 ` [PATCH net-next 4/5] net: aquantia: Add renegotiate ethtool operation support Igor Russkikh
2018-05-29 12:57 ` [PATCH net-next 5/5] net: aquantia: bump driver version Igor Russkikh
2018-05-31 18:09 ` [PATCH net-next 0/5] net: aquantia: various ethtool ops implementation David Miller
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=20180605102208.GA20616@intel11 \
--to=fengguang.wu@intel.com \
--cc=darcari@redhat.com \
--cc=davem@davemloft.net \
--cc=igor.russkikh@aquantia.com \
--cc=kbuild-all@01.org \
--cc=netdev@vger.kernel.org \
--cc=pavel.belous@aquantia.com \
/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).