From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naresh Kumar Inna Subject: Re: [V2 PATCH 1/9] csiostor: Chelsio FCoE offload driver submission (sources part 1). Date: Wed, 5 Sep 2012 22:48:24 +0530 Message-ID: <50478960.5000003@chelsio.com> References: <1346848442-4573-1-git-send-email-naresh@chelsio.com> <1346848442-4573-2-git-send-email-naresh@chelsio.com> <20120905092326.0a54226f@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "JBottomley@parallels.com" , "linux-scsi@vger.kernel.org" , Dimitrios Michailidis , Casey Leedom , "netdev@vger.kernel.org" , Chethan Seshadri To: Stephen Hemminger Return-path: Received: from stargate.chelsio.com ([67.207.112.58]:1907 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753837Ab2IERSh (ORCPT ); Wed, 5 Sep 2012 13:18:37 -0400 In-Reply-To: <20120905092326.0a54226f@nehalam.linuxnetplumber.net> Sender: netdev-owner@vger.kernel.org List-ID: On 9/5/2012 9:53 PM, Stephen Hemminger wrote: > On Wed, 5 Sep 2012 18:03:54 +0530 > Naresh Kumar Inna wrote: > >> + >> +/* FCoE Adapter types & its description */ >> +static struct csio_adap_desc csio_fcoe_adapters[] = { > > Tables like this should be const. > Thanks for reviewing. I will change it to const.