From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262241AbULRAJh (ORCPT ); Fri, 17 Dec 2004 19:09:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262245AbULRAHq (ORCPT ); Fri, 17 Dec 2004 19:07:46 -0500 Received: from e34.co.us.ibm.com ([32.97.110.132]:55698 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S262241AbULRAFo (ORCPT ); Fri, 17 Dec 2004 19:05:44 -0500 Date: Fri, 17 Dec 2004 16:05:18 -0800 From: Greg KH To: long Cc: linux-kernel@vger.kernel.org, tom.l.nguyen@intel.com Subject: Re: [PATCH]PCI Express Port Bus Driver Message-ID: <20041218000518.GA24756@kroah.com> References: <200412152227.iBFMRPPR027565@snoqualmie.dp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412152227.iBFMRPPR027565@snoqualmie.dp.intel.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 15, 2004 at 02:27:25PM -0800, long wrote: > +struct bus_type pcie_port_bus_type = { > + .name = "PCIE port bus", Ick, that puts spaces in the sysfs directory. Why not just use "pci_express"? thanks, greg k-h