]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.arch/s390-05-01-zfcp-message-linebreak.patch
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / s390-05-01-zfcp-message-linebreak.patch
CommitLineData
2cb7cef9
BS
1From: Gerald Schaefer <geraldsc@de.ibm.com>
2Subject: zfcp: Wrong placement of linebreak in message
3References: bnc#450096
4
5Symptom: Closing parenthesis missing in message output.
6Problem: Typo in message.
7Solution: Fix message text, put the parenthesis before the
8 linebreak.
9
10Acked-by: John Jolly <jjolly@suse.de>
11---
12 Documentation/kmsg/s390/zfcp | 2 +-
13 drivers/s390/scsi/zfcp_fsf.c | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16--- a/drivers/s390/scsi/zfcp_fsf.c 2008-11-26 10:51:05.000000000 +0100
17+++ b/drivers/s390/scsi/zfcp_fsf.c 2008-11-26 10:51:06.000000000 +0100
18@@ -1903,7 +1903,7 @@ static void zfcp_fsf_open_unit_handler(s
19 dev_err(&adapter->ccw_device->dev,
20 "Shared read-write access not "
21 "supported (unit 0x%016Lx, port "
22- "0x%016Lx\n)",
23+ "0x%016Lx)\n",
24 (unsigned long long)unit->fcp_lun,
25 (unsigned long long)unit->port->wwpn);
26 zfcp_erp_unit_failed(unit, 36, req);
27--- a/Documentation/kmsg/s390/zfcp 2008-11-26 10:12:47.000000000 +0100
28+++ b/Documentation/kmsg/s390/zfcp 2008-11-26 10:53:58.000000000 +0100
29@@ -753,7 +753,7 @@
30 */
31
32 /*?
33- * Text: "%s: Shared read-write access not supported (unit 0x%016Lx, port 0x%016Lx\n)"
34+ * Text: "%s: Shared read-write access not supported (unit 0x%016Lx, port 0x%016Lx)\n"
35 * Severity: Error
36 * Parameter:
37 * @1: bus ID of the zfcp device