From: Thomas Gleixner Date: Wed, 30 Jan 2008 12:30:13 +0000 (+0100) Subject: x86: prepare arch/x86/kernel/ldt_32/64.c for merging X-Git-Tag: v2.6.25-rc1~1143^2~840 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f5088dd5e9fbd3a71b3a5b01395c676158194b;p=pandora-kernel.git x86: prepare arch/x86/kernel/ldt_32/64.c for merging 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed