[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307461395-23186-1-git-send-email-me@akshayjoshi.com>
Date: Tue, 7 Jun 2011 11:43:14 -0400
From: Akshay Joshi <me@...hayjoshi.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Akshay Joshi <me@...hayjoshi.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"Serge E. Hallyn" <serge.hallyn@...onical.com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
David Howells <dhowells@...hat.com>,
Daniel Lezcano <daniel.lezcano@...e.fr>,
linux-kernel@...r.kernel.org
Subject: [PATCH 4/7] Kernel: convert leading spaces to tabs in uid16.c.
Convert the leading indentations for long function declarations to use
tabs.
Signed-off-by: Akshay Joshi <me@...hayjoshi.com>
Acked-by: David Howells <dhowells@...hat.com>
---
kernel/uid16.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/uid16.c b/kernel/uid16.c
index 51c6e89..8c3fbfc 100644
--- a/kernel/uid16.c
+++ b/kernel/uid16.c
@@ -132,7 +132,7 @@ SYSCALL_DEFINE1(setfsgid16, old_gid_t, gid)
}
static int groups16_to_user(old_gid_t __user *grouplist,
- struct group_info *group_info)
+ struct group_info *group_info)
{
int i;
old_gid_t group;
@@ -147,7 +147,7 @@ static int groups16_to_user(old_gid_t __user *grouplist,
}
static int groups16_from_user(struct group_info *group_info,
- old_gid_t __user *grouplist)
+ old_gid_t __user *grouplist)
{
int i;
old_gid_t group;
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists