Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-10 Thread Anil Veerabhadrappa
On Thu, 2009-12-10 at 07:43 -0800, James Bottomley wrote: > On Wed, 2009-12-09 at 20:45 -0600, Mike Christie wrote: > > Reviewed-by: Mike Christie > > But not by checkpatch: > > ERROR: trailing whitespace > #23: FILE: drivers/scsi/bnx2i/bnx2i_init.c:90: > +^I^Iprintk(KERN_ALERT "bnx2i: unknown d

Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-10 Thread James Bottomley
On Wed, 2009-12-09 at 20:45 -0600, Mike Christie wrote: > Reviewed-by: Mike Christie But not by checkpatch: ERROR: trailing whitespace #23: FILE: drivers/scsi/bnx2i/bnx2i_init.c:90: +^I^Iprintk(KERN_ALERT "bnx2i: unknown device, 0x%x\n", $ total: 1 errors, 0 warnings, 13 lines checked I've fix

Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-09 Thread Mike Christie
Anil Veerabhadrappa wrote: > * Add code to enumerate 5771E device > > Signed-off-by: Anil Veerabhadrappa > --- > drivers/scsi/bnx2i/bnx2i_init.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/drivers/scsi/bnx2i/bnx2i_init.c b/drivers/scsi/bnx2i/bnx2i_init

[PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-07 Thread Anil Veerabhadrappa
* Add code to enumerate 5771E device Signed-off-by: Anil Veerabhadrappa --- drivers/scsi/bnx2i/bnx2i_init.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/bnx2i/bnx2i_init.c b/drivers/scsi/bnx2i/bnx2i_init.c index 0c4210d..3c46458 100644 --- a/driv