Commit 27c3f0a6 authored by Christof Schmitt's avatar Christof Schmitt Committed by James Bottomley

[SCSI] zfcp: Fix message line break

Move the closing parenthesis before the line break.
Signed-off-by: default avatarChristof Schmitt <christof.schmitt@de.ibm.com>
Acked-by: default avatarFelix Beck <felix@linux.vnet.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 17d98630
...@@ -1907,7 +1907,7 @@ static void zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req) ...@@ -1907,7 +1907,7 @@ static void zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req)
dev_err(&adapter->ccw_device->dev, dev_err(&adapter->ccw_device->dev,
"Shared read-write access not " "Shared read-write access not "
"supported (unit 0x%016Lx, port " "supported (unit 0x%016Lx, port "
"0x%016Lx\n)", "0x%016Lx)\n",
(unsigned long long)unit->fcp_lun, (unsigned long long)unit->fcp_lun,
(unsigned long long)unit->port->wwpn); (unsigned long long)unit->port->wwpn);
zfcp_erp_unit_failed(unit, 36, req); zfcp_erp_unit_failed(unit, 36, req);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment