From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linda Xie 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 Message-ID: <42D83D77.4030107@us.ibm.com> Reply-To: lxiep@us.ibm.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070108040303040003060809" Return-path: Received: from e34.co.us.ibm.com ([32.97.110.132]:52165 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S262043AbVGOXY7 (ORCPT ); Fri, 15 Jul 2005 19:24:59 -0400 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: linux-scsi@vger.kernel.org, Dave C Boutcher , linux-kernel@vger.kernel.org, Santiago Leon This is a multi-part message in MIME format. --------------070108040303040003060809 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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