Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754503AbbBFAFU (ORCPT ); Thu, 5 Feb 2015 19:05:20 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:49025 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929AbbBFAFS (ORCPT ); Thu, 5 Feb 2015 19:05:18 -0500 Date: Thu, 05 Feb 2015 16:05:17 -0800 (PST) Message-Id: <20150205.160517.2179324348333657027.davem@davemloft.net> To: prabhakar.csengg@gmail.com Cc: kys@microsoft.com, haiyangz@microsoft.com, devel@linuxdriverproject.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] hyperv: fix sparse warnings From: David Miller In-Reply-To: <1423148793-19610-1-git-send-email-prabhakar.csengg@gmail.com> References: <1423148793-19610-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Thu, 05 Feb 2015 16:05:17 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 19 From: Lad Prabhakar Date: Thu, 5 Feb 2015 15:06:33 +0000 > From: "Lad, Prabhakar" > > this patch fixes following sparse warnings: > > netvsc.c:688:5: warning: symbol 'netvsc_copy_to_send_buf' was not declared. Should it be static? > rndis_filter.c:627:5: warning: symbol 'rndis_filter_set_offload_params' was not declared. Should it be static? > rndis_filter.c:702:5: warning: symbol 'rndis_filter_set_rss_param' was not declared. Should it be static? > > Signed-off-by: Lad, Prabhakar Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/