Re: [V2 PATCH 1/9] csiostor: Chelsio FCoE offload driver submission (sources part 1).

2012-09-05 Thread Stephen Hemminger
On Wed,  5 Sep 2012 18:03:54 +0530
Naresh Kumar Inna nar...@chelsio.com wrote:

 +
 +/* FCoE Adapter types  its description */
 +static struct csio_adap_desc csio_fcoe_adapters[] = {

Tables like this should be const.
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [V2 PATCH 1/9] csiostor: Chelsio FCoE offload driver submission (sources part 1).

2012-09-05 Thread Naresh Kumar Inna
On 9/5/2012 9:53 PM, Stephen Hemminger wrote:
 On Wed,  5 Sep 2012 18:03:54 +0530
 Naresh Kumar Inna nar...@chelsio.com 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.
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html