lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 1 Dec 2006 15:38:11 +0100
From:	Mariusz Kozlowski <m.kozlowski@...land.pl>
To:	Willy Tarreau <wtarreau@...a.kernel.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [2.4 PATCH] message fusion parenthesis fix

Hello,

	This patch removes an extra parenthesis in mptscsih_abort() code.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>

 drivers/message/fusion/mptscsih.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.4.34-pre6-a/drivers/message/fusion/mptscsih.c	2004-08-08 01:26:04.000000000 +0200
+++ linux-2.4.34-pre6-b/drivers/message/fusion/mptscsih.c	2006-12-01 12:47:50.000000000 +0100
@@ -3018,7 +3018,7 @@ mptscsih_abort(Scsi_Cmnd * SCpnt)
 		return FAILED;
 
 	printk(KERN_WARNING MYNAM ": %s: >> Attempting task abort! (sc=%p)\n",
-	       hd->ioc->name, SCpnt));
+	       hd->ioc->name, SCpnt);
 
 	if (hd->timeouts < -1)
 		hd->timeouts++;
@@ -3156,7 +3156,7 @@ mptscsih_bus_reset(Scsi_Cmnd * SCpnt)
 	}
 
 	printk(KERN_WARNING MYNAM ": %s: >> Attempting bus reset! (sc=%p)\n",
-	       hd->ioc->name, SCpnt));
+	       hd->ioc->name, SCpnt);
 
 	if (hd->timeouts < -1)
 		hd->timeouts++;


-- 
Regards,

	Mariusz Kozlowski
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ