[PATCH 4/7] Kernel: convert leading spaces to tabs in uid16.c.

From: Akshay Joshi
Date: Tue Jun 07 2011 - 11:43:53 EST


Convert the leading indentations for long function declarations to use
tabs.

Signed-off-by: Akshay Joshi <me@xxxxxxxxxxxxxxx>
Acked-by: David Howells <dhowells@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/