aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorAndrew Vasquez <andrew.vasquez@qlogic.com>2007-01-29 10:22:29 -0800
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-01-31 11:14:52 -0600
commit7c98a046b76a3a858c21b75235bf146493b76e11 (patch)
treea67269abc825316952516741a0c8efcf2c9e38bb /drivers/scsi/qla2xxx
parent[SCSI] qla2xxx: Allow NVRAM updates to immediately go into effect. (diff)
downloadlinux-dev-7c98a046b76a3a858c21b75235bf146493b76e11.tar.xz
linux-dev-7c98a046b76a3a858c21b75235bf146493b76e11.zip
[SCSI] qla2xxx: Fixup printk() with proper new-line character.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r--drivers/scsi/qla2xxx/qla_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index b247bc22704e..ef87d81935d2 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -77,7 +77,7 @@ qla2x00_initialize_adapter(scsi_qla_host_t *ha)
qla_printk(KERN_INFO, ha, "Configuring PCI space...\n");
rval = ha->isp_ops.pci_config(ha);
if (rval) {
- DEBUG2(printk("scsi(%ld): Unable to configure PCI space=n",
+ DEBUG2(printk("scsi(%ld): Unable to configure PCI space.\n",
ha->host_no));
return (rval);
}