From patchwork Mon Mar 15 08:22:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Carpenter X-Patchwork-Id: 102637 Received: from lists.samba.org (fn.samba.org [216.83.154.106]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4RCYMxT012619 for ; Thu, 27 May 2010 12:34:57 GMT Received: from fn.samba.org (localhost [127.0.0.1]) by lists.samba.org (Postfix) with ESMTP id 609E0AC1F4; Thu, 27 May 2010 06:34:21 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on fn.samba.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.8 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-Original-To: linux-cifs-client@lists.samba.org Delivered-To: linux-cifs-client@lists.samba.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by lists.samba.org (Postfix) with ESMTP id C8803ACF9F; Mon, 15 Mar 2010 02:22:47 -0600 (MDT) Received: by fg-out-1718.google.com with SMTP id 22so105012fge.8 for ; Mon, 15 Mar 2010 01:22:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=9Kbh8CtwZF38k833mV6HIK+rOwISRHblUSG70P1n3qU=; b=H/KrRC7nyARw9r5kcvahSgfbuYOh+DqiJ9MTcHkhwb3PFBo15vrw+quIAGcJPlKbP4 DvDeaAR3OHubUgG04RfD3ctJahj+mWKpDgdGK/mcNjQJPRLetoBN1Phxp2gWyt8UzQZs UxOvcF42zoLjXY61FUclLE/YCYYFvtqxmzdr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=qjFMuXqS0UC0fSSHRx8w4e7uF2FakLUTbH1B7+plX4Ct8pyNyfwBqynwUpjqnAael/ Uk7kURanKXV4T3fQW+bV2d4pOkIUuGOnVxtwYTLUmv+QT2qCeBL584+ZiPmtUdJS1uo8 Emn6Z+4BAKKiW/z+76o3/leInv0uEuCxEXVk0= Received: by 10.103.35.5 with SMTP id n5mr4144306muj.93.1268641357546; Mon, 15 Mar 2010 01:22:37 -0700 (PDT) Received: from bicker ([196.43.68.177]) by mx.google.com with ESMTPS id 25sm18816938mul.46.2010.03.15.01.22.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 01:22:36 -0700 (PDT) Date: Mon, 15 Mar 2010 11:22:26 +0300 From: Dan Carpenter To: Steve French Message-ID: <20100315082226.GE18181@bicker> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Mailman-Approved-At: Thu, 27 May 2010 06:34:17 -0600 Cc: Jeff Layton , samba-technical@lists.samba.org, Jeff Moyer , linux-cifs-client@lists.samba.org, Christoph Hellwig Subject: [linux-cifs-client] [patch] cifs: trivial white space X-BeenThere: linux-cifs-client@lists.samba.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: The Linux CIFS VFS client List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-cifs-client-bounces@lists.samba.org Errors-To: linux-cifs-client-bounces@lists.samba.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 27 May 2010 12:34:57 +0000 (UTC) diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 6118358..1014d07 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -500,7 +500,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) } else if (pSMBr->hdr.WordCount == 13) { cERROR(1, ("mount failed, cifs module not built " "with CIFS_WEAK_PW_HASH support")); - rc = -EOPNOTSUPP; + rc = -EOPNOTSUPP; #endif /* WEAK_PW_HASH */ goto neg_err_exit; } else if (pSMBr->hdr.WordCount != 17) {