Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751411AbWAEWkB (ORCPT ); Thu, 5 Jan 2006 17:40:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751119AbWAEWjc (ORCPT ); Thu, 5 Jan 2006 17:39:32 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:54277 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1751493AbWAEWjT (ORCPT ); Thu, 5 Jan 2006 17:39:19 -0500 Date: Thu, 5 Jan 2006 23:39:18 +0100 From: Adrian Bunk To: Matthew Wilcox Cc: James Bottomley , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] scsi_transport_spi.c: make print_nego() static Message-ID: <20060105223918.GM12313@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 22 This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk --- linux-2.6.15-mm1-full/drivers/scsi/scsi_transport_spi.c.old 2006-01-05 22:52:19.000000000 +0100 +++ linux-2.6.15-mm1-full/drivers/scsi/scsi_transport_spi.c 2006-01-05 22:52:28.000000000 +0100 @@ -1075,7 +1075,7 @@ /* 0x04 */ "Parallel Protocol Request" }; -void print_nego(const unsigned char *msg, int per, int off, int width) +static void print_nego(const unsigned char *msg, int per, int off, int width) { if (per) { char buf[20]; - 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/