From patchwork Thu May 13 07:51:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Lovenberg X-Patchwork-Id: 52461 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.samba.org (fn.samba.org [216.83.154.106]) by ozlabs.org (Postfix) with ESMTP id 30733B7E18 for ; Thu, 13 May 2010 17:51:49 +1000 (EST) Received: from fn.samba.org (localhost [127.0.0.1]) by lists.samba.org (Postfix) with ESMTP id 28928AD049; Thu, 13 May 2010 01:51:51 -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=-3.1 required=3.8 tests=AWL, BAYES_00, NO_MORE_FUNN, SPF_PASS autolearn=no version=3.2.5 X-Original-To: linux-cifs-client@lists.samba.org Delivered-To: linux-cifs-client@lists.samba.org Received: from mail-qy0-f194.google.com (mail-qy0-f194.google.com [209.85.221.194]) by lists.samba.org (Postfix) with ESMTP id C6659AC3A0 for ; Thu, 13 May 2010 01:51:45 -0600 (MDT) Received: by qyk32 with SMTP id 32so1430117qyk.0 for ; Thu, 13 May 2010 00:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:content-type :content-transfer-encoding; bh=RjVJFfdkKuEzI+qcTxFsfAfevX2I+foNX4C9CdzzhXA=; b=UBy5V5eb2G6Hd+7h/5u3sIyLkuEPwtNbjk+i5hQoY+i4dEGU/z5gZ+t17I1vP2BZUZ e8usdcLXonuJJVjgrEt5uAYK58z8ErvLUyZhklkWUzoIwdIQfByrZ0hLwmwVVM446PfB aKgNIXMzaDA/OsdZxezAQSsfHhcEOE6/MjmV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :content-type:content-transfer-encoding; b=L2B05EfggMxQLd6VMHviJg2Xw3trz2yScjSRitTq+5lAWpcuNnr2Kke1fVh+9lMOdR 16grro/JtX2v1zL6h9S074iMH8PigmjrqfiRm6UqUAkNxv74tdvND8dXBch5edh8XiE4 100iobb3wbBDnuVxgLuj/aDkh0F3e5Ac1DtMo= Received: by 10.224.59.88 with SMTP id k24mr5832606qah.377.1273737102008; Thu, 13 May 2010 00:51:42 -0700 (PDT) Received: from localhost.localdomain (24.115.161.116.res-cmts.flt.ptd.net [24.115.161.116]) by mx.google.com with ESMTPS id 23sm619083qyk.7.2010.05.13.00.51.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 May 2010 00:51:40 -0700 (PDT) From: Scott Lovenberg To: linux-cifs-client@lists.samba.org Date: Thu, 13 May 2010 03:51:28 -0400 Message-Id: <1273737088-7764-1-git-send-email-scott.lovenberg@gmail.com> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: <1273735677-3190-1-git-send-email-scott.lovenberg@gmail.com> References: <1273735677-3190-1-git-send-email-scott.lovenberg@gmail.com> Cc: jlayton@samba.org Subject: [linux-cifs-client] [PATCH] Cosmetic alignment patch. 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: , MIME-Version: 1.0 Sender: linux-cifs-client-bounces@lists.samba.org Errors-To: linux-cifs-client-bounces@lists.samba.org Align CRED_ macro values to keep style consistent with last patch. Signed-off-by: Scott Lovenberg --- mount.cifs.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mount.cifs.c b/mount.cifs.c index ff98ab8..a9f4d37 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -125,9 +125,9 @@ * Values for parsing a credentials file. */ #define CRED_UNPARSEABLE 0 -#define CRED_USER 1 -#define CRED_PASS 2 -#define CRED_DOM 4 +#define CRED_USER 1 +#define CRED_PASS 2 +#define CRED_DOM 4 /* * Values for parsing command line options.