From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [2.6 patch] scsi_transport_spi.c: make print_nego() static Date: Thu, 5 Jan 2006 15:44:55 -0700 Message-ID: <20060105224455.GY19769@parisc-linux.org> References: <20060105223918.GM12313@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060105223918.GM12313@stusta.de> Sender: linux-kernel-owner@vger.kernel.org To: Adrian Bunk Cc: James Bottomley , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Thu, Jan 05, 2006 at 11:39:18PM +0100, Adrian Bunk wrote: > This patch makes a needlessly global function static. Sure, makes sense. Thanks.