From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan-Bernd Themann Subject: Re: [PATCH 4/6] ehea: header files Date: Mon, 14 Aug 2006 08:19:01 +0200 Message-ID: <44E015D5.8040301@de.ibm.com> References: <44D99F56.7010201@de.ibm.com> <20060811214020.GG479@krispykreme> <1155525611.7807.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anton Blanchard , Thomas Klein , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder Return-path: Received: from mtagate3.de.ibm.com ([195.212.29.152]:52215 "EHLO mtagate3.de.ibm.com") by vger.kernel.org with ESMTP id S1751900AbWHNG5y (ORCPT ); Mon, 14 Aug 2006 02:57:54 -0400 To: michael@ellerman.id.au In-Reply-To: <1155525611.7807.4.camel@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Michael Ellerman wrote: > On Sat, 2006-08-12 at 07:40 +1000, Anton Blanchard wrote: >> Hi, >> >>> drivers/net/ehea/ehea.h | 452 >>> +#define EHEA_DRIVER_NAME "IBM eHEA" >> You are using this for ethtool get_drvinfo. Im not sure if it should >> match the module name, and I worry about having a space in the name. Any >> ideas on what we should be doing here? > > I believe it must match the module name. It also might be nice to call > it "DRV_NAME" like most other network drivers do. > > cheers > We rename EHEA_DRIVER_NAME to DRV_NAME (and EHEA_DRIVER_VERSION to DRV_VERSION) and assign "ehea" to it Jan-Bernd