Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764891AbXKNU4y (ORCPT ); Wed, 14 Nov 2007 15:56:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764113AbXKNU4A (ORCPT ); Wed, 14 Nov 2007 15:56:00 -0500 Received: from palrel12.hp.com ([156.153.255.237]:38092 "EHLO palrel12.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762075AbXKNUz6 (ORCPT ); Wed, 14 Nov 2007 15:55:58 -0500 Date: Wed, 14 Nov 2007 13:55:55 -0700 From: Alex Chiang To: Matthew Wilcox Cc: Gary Hade , Greg KH , gregkh@suse.de, kristen.c.accardi@intel.com, lenb@kernel.org, rick.jones2@hp.com, linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, kaneshige.kenji@jp.fujitsu.com, pcihpd-discuss@lists.sourceforge.net, linux-acpi@vger.kernel.org Subject: Re: [PATCH 2/5] Construct one fakephp slot per pci slot Message-ID: <20071114205555.GH25002@ldl.fc.hp.com> Mail-Followup-To: Alex Chiang , Matthew Wilcox , Gary Hade , Greg KH , gregkh@suse.de, kristen.c.accardi@intel.com, lenb@kernel.org, rick.jones2@hp.com, linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, kaneshige.kenji@jp.fujitsu.com, pcihpd-discuss@lists.sourceforge.net, linux-acpi@vger.kernel.org References: <20071114193605.GA25002@ldl.fc.hp.com> <20071114193729.GC25002@ldl.fc.hp.com> <20071114201246.GZ17785@parisc-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071114201246.GZ17785@parisc-linux.org> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 21 * Matthew Wilcox : > On Wed, Nov 14, 2007 at 12:37:29PM -0700, Alex Chiang wrote: > > Register one slot per slot, rather than one slot per function. > > Change the name of the slot to fake%d instead of the pci address. > > > +#define SLOT_NAME_SIZE KOBJ_NAME_LEN > > Defined, then never used ... how about s/KOBJ_NAME_LEN/8/, then use > SLOT_NAME_SIZE throughout? Whoops, good catch. I had a braino there. Thanks. /ac - 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/