All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linda Xie <lxiep@us.ibm.com>
To: James Bottomley <James.Bottomley@SteelEye.com>
Cc: linux-scsi@vger.kernel.org, Dave C Boutcher <sleddog@us.ibm.com>,
	linux-kernel@vger.kernel.org, Santiago Leon <santil@us.ibm.com>
Subject: [PATCH] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ
Date: Fri, 15 Jul 2005 17:49:27 -0500	[thread overview]
Message-ID: <42D83D77.4030107@us.ibm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hi James,

This patch fixes srp.h which uses 0x80 for SRP_LOGIN_REJ instead of 
0xc2.  Please apply.

Thanks,

Linda

Signed-off-by: Linda Xie <lxie@us.ibm.com

[-- Attachment #2: srp.patch --]
[-- Type: text/plain, Size: 480 bytes --]

diff -X ../dontdiff -purN large-sg/drivers/scsi/ibmvscsi/srp.h srp/drivers/scsi/ibmvscsi/srp.h
--- large-sg/drivers/scsi/ibmvscsi/srp.h	2005-06-24 17:32:27.000000000 -0500
+++ srp/drivers/scsi/ibmvscsi/srp.h	2005-07-15 17:36:45.000000000 -0500
@@ -35,7 +35,7 @@
 enum srp_types {
 	SRP_LOGIN_REQ_TYPE = 0x00,
 	SRP_LOGIN_RSP_TYPE = 0xC0,
-	SRP_LOGIN_REJ_TYPE = 0x80,
+	SRP_LOGIN_REJ_TYPE = 0xC2,
 	SRP_I_LOGOUT_TYPE = 0x03,
 	SRP_T_LOGOUT_TYPE = 0x80,
 	SRP_TSK_MGMT_TYPE = 0x01,

                 reply	other threads:[~2005-07-15 23:24 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=42D83D77.4030107@us.ibm.com \
    --to=lxiep@us.ibm.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=santil@us.ibm.com \
    --cc=sleddog@us.ibm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.