From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: aquantia: Make function hw_atl_utils_mpi_set_speed() static Date: Tue, 27 Mar 2018 10:50:41 -0400 (EDT) Message-ID: <20180327.105041.491913783483076370.davem@davemloft.net> References: <1522074747-22610-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: igor.russkikh@aquantia.com, pavel.belous@aquantia.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org To: weiyongjun1@huawei.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:40802 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752096AbeC0Oun (ORCPT ); Tue, 27 Mar 2018 10:50:43 -0400 In-Reply-To: <1522074747-22610-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Mon, 26 Mar 2018 14:32:27 +0000 > Fixes the following sparse warning: > > drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c:508:5: warning: > symbol 'hw_atl_utils_mpi_set_speed' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied.