From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christof Schmitt Subject: [patch 2/9] zfcp: Update message and add description Date: Fri, 15 May 2009 13:18:15 +0200 Message-ID: <20090515112221.504529000@de.ibm.com> References: <20090515111813.314177000@de.ibm.com> Return-path: Content-Disposition: inline; filename=701-zfcp-update-message.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 List-ID: From: Christof Schmitt Update the newly introduced message for the boxed status to conform to match the style of s390 and zfcp messages. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt --- drivers/s390/scsi/zfcp_ccw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/s390/scsi/zfcp_ccw.c 2009-05-15 12:56:02.000000000 +0200 +++ b/drivers/s390/scsi/zfcp_ccw.c 2009-05-15 12:56:11.000000000 +0200 @@ -176,8 +176,8 @@ static int zfcp_ccw_notify(struct ccw_de "ccnoti4", NULL); break; case CIO_BOXED: - dev_warn(&adapter->ccw_device->dev, - "The ccw device did not respond in time.\n"); + dev_warn(&adapter->ccw_device->dev, "The FCP device " + "did not respond within the specified time\n"); zfcp_erp_adapter_shutdown(adapter, 0, "ccnoti5", NULL); break; }