Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932265AbZJCOHL (ORCPT ); Sat, 3 Oct 2009 10:07:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932227AbZJCOHL (ORCPT ); Sat, 3 Oct 2009 10:07:11 -0400 Received: from mail-yw0-f142.google.com ([209.85.211.142]:39454 "EHLO mail-yw0-f142.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932211AbZJCOHK convert rfc822-to-8bit (ORCPT ); Sat, 3 Oct 2009 10:07:10 -0400 X-Greylist: delayed 2692 seconds by postgrey-1.27 at vger.kernel.org; Sat, 03 Oct 2009 10:07:10 EDT MIME-Version: 1.0 Date: Sat, 3 Oct 2009 06:22:21 -0700 (PDT) In-Reply-To: X-IP: 98.217.44.68 References: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14,gzip(gfe),gzip(gfe) Message-ID: Subject: Re: Add hpsa driver for HP Smart Array controllers. From: stevec To: Rolf Eike Beer Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, mikem@beardog.cce.hp.com, scameron@beardog.cce.hp.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 598 Lines: 21 On Oct 2, 4:30?pm, Rolf Eike Beer wrote: > Stephen M. Cameron wrote: > > +static const char *raid_label[] = { "0", "4", "1(1+0)", "5", "5+1", "ADG", > > + ?"UNKNOWN" > > +}; > > +#define RAID_UNKNOWN (sizeof(raid_label) / sizeof(raid_label[0]) - 1) > > (ARRAY_SIZE(raid_label) - 1) > > [...] Thanks for the feedback. -- steve -- 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/