Signed-off-by: Joe Perches <[email protected]> --- drivers/scsi/qla4xxx/ql4_init.c | 2 +- drivers/scsi/qla4xxx/ql4_os.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c index d692c71..ab619a8 100644 --- a/drivers/scsi/qla4xxx/ql4_init.c +++ b/drivers/scsi/qla4xxx/ql4_init.c @@ -1184,7 +1184,7 @@ int qla4xxx_initialize_adapter(struct scsi_qla_host *ha, */ status = qla4xxx_initialize_ddb_list(ha); if (status == QLA_ERROR) { - DEBUG2(printk("%s(%ld) Error occurred during build" + DEBUG2(printk("%s(%ld) Error occurred during build " "ddb list\n", __func__, ha->host_no)); goto exit_init_hba; } diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index 89460d2..7aa64ca 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c @@ -1016,7 +1016,7 @@ static void qla4xxx_do_dpc(struct work_struct *work) struct ddb_entry *ddb_entry, *dtemp; int status = QLA_ERROR; - DEBUG2(printk("scsi%ld: %s: DPC handler waking up." + DEBUG2(printk("scsi%ld: %s: DPC handler waking up. " "flags = 0x%08lx, dpc_flags = 0x%08lx ctrl_stat = 0x%08x\n", ha->host_no, __func__, ha->flags, ha->dpc_flags, readw(&ha->reg->ctrl_status))); @@ -1563,7 +1563,7 @@ static int qla4xxx_eh_device_reset(struct scsi_cmnd *cmd) cmd->device->channel, cmd->device->id, cmd->device->lun); DEBUG2(printk(KERN_INFO - "scsi%ld: DEVICE_RESET cmd=%p jiffies = 0x%lx, to=%x," + "scsi%ld: DEVICE_RESET cmd=%p jiffies = 0x%lx, to=%x, " "dpc_flags=%lx, status=%x allowed=%d\n", ha->host_no, cmd, jiffies, cmd->timeout_per_command / HZ, ha->dpc_flags, cmd->result, cmd->allowed)); -- 1.5.3.5.652.gf192c - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings
- From: Joe Perches <[email protected]>
- [PATCH 01/59] arch/ia64: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 02/59] arch/mips: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 03/59] arch/powerpc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 04/59] arch/ppc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 05/59] arch/s390: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 06/59] arch/sparc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 07/59] arch/sparc64: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 08/59] arch/um: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 09/59] arch/x86: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 10/59] drivers/acpi: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 11/59] drivers/block: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 12/59] drivers/cdrom: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 13/59] drivers/char: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 14/59] drivers/cpufreq: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 15/59] drivers/hwmon: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 16/59] drivers/i2c: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 17/59] drivers/ide: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 18/59] drivers/ieee1394: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 19/59] drivers/infiniband: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 20/59] drivers/input: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 21/59] drivers/isdn: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 22/59] drivers/macintosh: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 23/59] drivers/media/dvb: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 24/59] drivers/media/radio: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 25/59] drivers/media/video: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 26/59] drivers/message: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 27/59] drivers/misc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 28/59] drivers/mtd: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 29/59] drivers/net/chelsio: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 30/59] drivers/net/cxgb3: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 31/59] drivers/net/ixgb: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 32/59] drivers/net/netxen: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 33/59] drivers/net/sk98lin: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 34/59] drivers/net/wan: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 35/59] drivers/net/wireless: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 36/59] drivers/net: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 37/59] drivers/pci: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 38/59] drivers/rtc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 39/59] drivers/s390: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 40/59] drivers/scsi/aic7xxx: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 41/59] drivers/scsi/aic94xx: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 42/59] drivers/scsi/lpfc: Add missing "space"
- From: Joe Perches <[email protected]>
- [PATCH 00/59] trivial - Add missing "space" in multiline quoted strings
- Prev by Date: [PATCH 42/59] drivers/scsi/lpfc: Add missing "space"
- Next by Date: [PATCH 36/59] drivers/net: Add missing "space"
- Previous by thread: [PATCH 42/59] drivers/scsi/lpfc: Add missing "space"
- Next by thread: Re: [PATCH 35/59] drivers/net/wireless: Add missing "space"
- Index(es):