From: Ravikiran G Thirumalai <kiran@in.ibm.com>
To: Andrew Morton <akpm@digeo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patchset] Fix sign handling bugs in 2.5 -- 5/5; aacraid
Date: Thu, 12 Jun 2003 12:40:31 +0530 [thread overview]
Message-ID: <20030612071029.GF1146@llm08.in.ibm.com> (raw)
In-Reply-To: <20030612070330.GA1146@llm08.in.ibm.com>
diff -ruN -X dontdiff linux-2.5.70/drivers/scsi/aacraid/aachba.c shb-aacraid-2.5.70/drivers/scsi/aacraid/aachba.c
--- linux-2.5.70/drivers/scsi/aacraid/aachba.c Tue May 27 06:30:39 2003
+++ shb-aacraid-2.5.70/drivers/scsi/aacraid/aachba.c Wed Jun 11 16:43:17 2003
@@ -229,7 +229,8 @@
int aac_get_containers(struct aac_dev *dev)
{
struct fsa_scsi_hba *fsa_dev_ptr;
- u32 index, status = 0;
+ u32 index;
+ int status = 0;
struct aac_query_mount *dinfo;
struct aac_mount *dresp;
struct fib * fibptr;
prev parent reply other threads:[~2003-06-12 6:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-12 7:03 [patchset] Fix sign handling bugs in 2.5 Ravikiran G Thirumalai
2003-06-12 7:05 ` [patchset] Fix sign handling bugs in 2.5 -- 1/5; Decnet Ravikiran G Thirumalai
2003-06-12 7:06 ` [patchset] Fix sign handling bugs in 2.5 -- 2/5; epca Ravikiran G Thirumalai
2003-06-12 7:07 ` [patchset] Fix sign handling bugs in 2.5 -- 3/5; mpt fusion Ravikiran G Thirumalai
2003-06-12 7:07 ` [patchset] Fix sign handling bugs in 2.5 -- 4/5; tun Ravikiran G Thirumalai
2003-06-12 7:10 ` Ravikiran G Thirumalai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030612071029.GF1146@llm08.in.ibm.com \
--to=kiran@in.ibm.com \
--cc=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®