From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: RE: [Announce] megaraid_mbox 2.20.4.4 patch Date: Wed, 02 Feb 2005 16:43:21 -0600 Message-ID: <1107384201.4541.30.camel@mulgrave> References: <0E3FA95632D6D047BA649F95DAB60E570366265E@exa-atlanta> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Received: from stat16.steeleye.com ([209.192.50.48]:24989 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S262913AbVBBWnf (ORCPT ); Wed, 2 Feb 2005 17:43:35 -0500 In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E570366265E@exa-atlanta> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Ju, Seokmann" Cc: Matt Domsch , Linux Kernel , SCSI Mailing List , "Bagalkote, Sreenivas" , "Mukker, Atul" On Wed, 2005-02-02 at 10:56 -0500, Ju, Seokmann wrote: > + .sdev_attrs = megaraid_device_attrs, > + .shost_attrs = megaraid_class_device_attrs, These are, perhaps, slightly confusing names. The terms device and class_device have well defined meanings in the generic device model, neither of which is what you mean here. Why not simply megaraid_sdev_attrs and megaraid_shost_attrs? Other than this, it looks fine to me too. James