Five small patches, all in drivers or doc, which missed the initial pull request. The qla2xxx and megaraid_sas are actual fixes and the rest are spelling and doc changes. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc The short changelog is: Arun Easi (1): scsi: qla2xxx: Fix unbound NVME response length Bean Huo (1): scsi: MAINTAINERS: ufs: remove pedrom.sousa@xxxxxxxxxxxx Colin Ian King (2): scsi: ufs: fix spelling mistake "initilized" -> "initialized" scsi: pm80xx: fix spelling mistake "to" -> "too" Hannes Reinecke (1): scsi: megaraid_sas: fixup MSIx interrupt setup during resume And the diffstat: MAINTAINERS | 1 - drivers/scsi/megaraid/megaraid_sas_base.c | 20 +++++++++----------- drivers/scsi/pm8001/pm80xx_hwi.c | 2 +- drivers/scsi/qla2xxx/qla_dbg.c | 6 ------ drivers/scsi/qla2xxx/qla_dbg.h | 6 ++++++ drivers/scsi/qla2xxx/qla_isr.c | 12 ++++++++++++ drivers/scsi/ufs/ufs.h | 2 +- 7 files changed, 29 insertions(+), 20 deletions(-) James