All of lore.kernel.org
 help / color / mirror / Atom feed
To: kernel-janitors@vger.kernel.org
Subject: [patch] vfs: indent cleanup for fs/namei.c
Date: Sun, 04 Apr 2010 07:49:27 +0000	[thread overview]
Message-ID: <4BB84487.5030303@redflag-linux.com> (raw)

indent cleanup for fs/namei.c

Signed-off-by: Peter Pan <wppan@redflag-linux.com>
---
  fs/namei.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/namei.c b/fs/namei.c
index a7dce91..905fb84 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -172,7 +172,7 @@ EXPORT_SYMBOL(putname);
  static int acl_permission_check(struct inode *inode, int mask,
  		int (*check_acl)(struct inode *inode, int mask))
  {
-	umode_t			mode = inode->i_mode;
+	umode_t mode = inode->i_mode;

  	mask &= MAY_READ | MAY_WRITE | MAY_EXEC;

-- 
1.6.2.2

Regards
-- 
潘卫平(Peter Pan)
Red Flag Software Co.,Ltd.

             reply	other threads:[~2010-04-04  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-04  7:49  [this message]
2010-04-05 12:33 ` [patch] vfs: indent cleanup for fs/namei.c Dan Carpenter

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=4BB84487.5030303@redflag-linux.com \
    --to=kernel-janitors@vger.kernel.org \
    /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.