From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262927AbVGBEAj (ORCPT ); Sat, 2 Jul 2005 00:00:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261787AbVGBEAj (ORCPT ); Sat, 2 Jul 2005 00:00:39 -0400 Received: from ozlabs.org ([203.10.76.45]:29611 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S261762AbVGBEAf (ORCPT ); Sat, 2 Jul 2005 00:00:35 -0400 Date: Sat, 2 Jul 2005 09:47:19 +1000 From: Anton Blanchard To: Linda Xie Cc: James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Dave C Boutcher , Santiago Leon Subject: Re: [PATCH] IBM VSCSI Client: sending client info to server Message-ID: <20050701234719.GA5384@krispykreme> References: <42C0774C.4050006@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C0774C.4050006@us.ibm.com> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, > The attached patch fixes the problem in IBM VSCSI Client where the > client doesn't send the information which is expected by the server. ... > + printk(KERN_INFO "rpa_vscsi: SPR_VERSION: %s\n", SRP_VERSION); Just a small thing, should the printk say SRP_VERSION? Anton