From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-next 1/2] kvm: make local functions static Date: Wed, 8 Jan 2014 19:03:26 -0200 Message-ID: <20140108210326.GB20624@amt.cnet> References: <20131229121229.19a97822@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org To: Stephen Hemminger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61391 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932192AbaAHVSh (ORCPT ); Wed, 8 Jan 2014 16:18:37 -0500 Content-Disposition: inline In-Reply-To: <20131229121229.19a97822@nehalam.linuxnetplumber.net> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Dec 29, 2013 at 12:12:29PM -0800, Stephen Hemminger wrote: > Running 'make namespacecheck' found lots of functions that > should be declared static, since only used in one file. > > Signed-off-by: Stephen Hemminger Applied both, thanks.