From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christof Schmitt Subject: [patch 01/11] zfcp: Fix message line break Date: Fri, 19 Dec 2008 16:56:52 +0100 Message-ID: <20081219155750.239877000@de.ibm.com> References: <20081219155651.010878000@de.ibm.com> Return-path: Content-Disposition: inline; filename=709-zfcp-linebreak.diff Sender: linux-scsi-owner@vger.kernel.org List-Archive: List-Post: To: James Bottomley Cc: linux-scsi@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, Christof Schmitt , Felix Beck List-ID: From: Christof Schmitt Move the closing parenthesis before the line break. Signed-off-by: Christof Schmitt Acked-by: Felix Beck --- drivers/s390/scsi/zfcp_fsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/s390/scsi/zfcp_fsf.c 2008-12-19 14:38:14.000000000 +0100 +++ b/drivers/s390/scsi/zfcp_fsf.c 2008-12-19 14:38:21.000000000 +0100 @@ -1904,7 +1904,7 @@ static void zfcp_fsf_open_unit_handler(s 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); --