On Mon, 2011-06-13 at 15:51 -0700, kgudipat@xxxxxxxxxxx wrote: > diff --git a/drivers/scsi/bfa/bfi_ms.h b/drivers/scsi/bfa/bfi_ms.h > index 0371572..d43bf6a 100644 > --- a/drivers/scsi/bfa/bfi_ms.h > +++ b/drivers/scsi/bfa/bfi_ms.h > @@ -72,12 +72,12 @@ struct bfi_iocfc_bootwwns { > * Queue configuration response from firmware > */ > struct bfi_iocfc_qreg_s { > - u32 cpe_q_ci_off[ BFI_IOC_MAX_CQS ]; > - u32 cpe_q_pi_off[ BFI_IOC_MAX_CQS ]; > - u32 cpe_qctl_off[ BFI_IOC_MAX_CQS ]; > - u32 rme_q_ci_off[ BFI_IOC_MAX_CQS ]; > - u32 rme_q_pi_off[ BFI_IOC_MAX_CQS ]; > - u32 rme_qctl_off[ BFI_IOC_MAX_CQS ]; > + u32 cpe_q_ci_off[BFI_IOC_MAX_CQS]; > + u32 cpe_q_pi_off[BFI_IOC_MAX_CQS]; > + u32 cpe_qctl_off[BFI_IOC_MAX_CQS]; > + u32 rme_q_ci_off[BFI_IOC_MAX_CQS]; > + u32 rme_q_pi_off[BFI_IOC_MAX_CQS]; > + u32 rme_qctl_off[BFI_IOC_MAX_CQS]; > }; Next time, don't try to correct style cockups introduced in one patch in a subsequent one ... just fix it in the actual patch. I've done it this time, but I'll kick the series back next time. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html