diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2008-12-19 10:56:52 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:24:35 -0500 |
commit | 27c3f0a6e4521ba0ff6e76da54969f0bf430f53a (patch) | |
tree | 954dfa08855a68fc7c785680ce9c254887555221 /drivers/s390 | |
parent | 17d98630a4f2a38537618503ad0c7ec97ba461ca (diff) |
[SCSI] zfcp: Fix message line break
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>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 9c72e083559d..3376305609f9 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -1907,7 +1907,7 @@ static void zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req) | |||
1907 | dev_err(&adapter->ccw_device->dev, | 1907 | dev_err(&adapter->ccw_device->dev, |
1908 | "Shared read-write access not " | 1908 | "Shared read-write access not " |
1909 | "supported (unit 0x%016Lx, port " | 1909 | "supported (unit 0x%016Lx, port " |
1910 | "0x%016Lx\n)", | 1910 | "0x%016Lx)\n", |
1911 | (unsigned long long)unit->fcp_lun, | 1911 | (unsigned long long)unit->fcp_lun, |
1912 | (unsigned long long)unit->port->wwpn); | 1912 | (unsigned long long)unit->port->wwpn); |
1913 | zfcp_erp_unit_failed(unit, 36, req); | 1913 | zfcp_erp_unit_failed(unit, 36, req); |