From: Giridhar Malavali <giridhar.malavali@xxxxxxxxxx> James, Please apply these patches. The patch number 0005 fixes patch errors and warnings present in pathces 0001 to 0004. One of the error present is more of style convenetion. I have not corrected to be in sync with similar code allready present. Andrew Vasquez (1): qla2xxx: General checkpatch corrections. Giridhar Malavali (1): qla2xxx: Re-organized BSG interface specific code. Harish Zunjarrao (1): qla2xxx: Free DMA memory only if it is allocated in vendor specific BSG command Sarang Radke (2): qla2xxx: Add APEX support. qla2xxx: Fix to make conditional decision based on port number. drivers/scsi/qla2xxx/Makefile | 2 +- drivers/scsi/qla2xxx/qla_attr.c | 707 +----------------------- drivers/scsi/qla2xxx/qla_bsg.c | 1207 +++++++++++++++++++++++++++++++++++++++ drivers/scsi/qla2xxx/qla_bsg.h | 135 +++++ drivers/scsi/qla2xxx/qla_def.h | 132 +---- drivers/scsi/qla2xxx/qla_fw.h | 59 ++ drivers/scsi/qla2xxx/qla_gbl.h | 17 +- drivers/scsi/qla2xxx/qla_init.c | 170 ++++++- drivers/scsi/qla2xxx/qla_mbx.c | 98 +++- drivers/scsi/qla2xxx/qla_os.c | 22 +- drivers/scsi/qla2xxx/qla_sup.c | 69 +++- 11 files changed, 1771 insertions(+), 847 deletions(-) create mode 100644 drivers/scsi/qla2xxx/qla_bsg.c create mode 100644 drivers/scsi/qla2xxx/qla_bsg.h -- 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