]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SCSI] zfcp: Fix message line break
authorChristof Schmitt <christof.schmitt@de.ibm.com>
Fri, 19 Dec 2008 15:56:52 +0000 (16:56 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:35 +0000 (11:24 -0600)
Move the closing parenthesis before the line break.

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Acked-by: Felix Beck <felix@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/s390/scsi/zfcp_fsf.c

index 9c72e083559d4d9d963eb939ebc3ad5dce25ed20..3376305609f9d02aabf86fd5c4e54c3c3267de82 100644 (file)
@@ -1907,7 +1907,7 @@ static void zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req)
                                dev_err(&adapter->ccw_device->dev,
                                        "Shared read-write access not "
                                        "supported (unit 0x%016Lx, port "
-                                       "0x%016Lx\n)",
+                                       "0x%016Lx)\n",
                                        (unsigned long long)unit->fcp_lun,
                                        (unsigned long long)unit->port->wwpn);
                                zfcp_erp_unit_failed(unit, 36, req);