public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: John Levon <levon@movementarian.org>
To: linux-scsi@vger.kernel.org
Cc: dledford@redhat.com
Subject: [PATCH] aix7xxx_old typo
Date: Wed, 26 Feb 2003 19:20:29 +0000	[thread overview]
Message-ID: <20030226192029.GA58846@compsoc.man.ac.uk> (raw)


Untested, against 2.5.63

regards
john


--- linux-linus/drivers/scsi/aic7xxx_old.c	2003-02-25 13:53:55.000000000 +0000
+++ linux/drivers/scsi/aic7xxx_old.c	2003-02-26 19:24:45.000000000 +0000
@@ -10392,7 +10392,7 @@
   aic7xxx_done_cmds_complete(p);
   /* If the command was already complete or just completed, then we didn't
    * do a reset, return FAILED */
-  if(!scb->flags & SCB_ACTIVE)
+  if(!(scb->flags & SCB_ACTIVE))
     return FAILED;
 
   pause_sequencer(p);
@@ -10615,7 +10615,7 @@
   aic7xxx_done_cmds_complete(p);
   /* If the command was already complete or just completed, then we didn't
    * do a reset, return FAILED */
-  if(!scb->flags & SCB_ACTIVE)
+  if(!(scb->flags & SCB_ACTIVE))
     return FAILED;
 
   pause_sequencer(p);

                 reply	other threads:[~2003-02-26 19:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030226192029.GA58846@compsoc.man.ac.uk \
    --to=levon@movementarian.org \
    --cc=dledford@redhat.com \
    --cc=linux-scsi@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