x86: prepare arch/x86/kernel/ldt_32/64.c for merging
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:13 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:13 +0000 (13:30 +0100)
White space and coding style cleanups.

Change unsigned to int. There is no win when we compare mincount against pc->size,
which is an int as well. Casting pc->size to unsigned just might hide real problems.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found