commit | 70f5088dd5e9fbd3a71b3a5b01395c676158194b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:30:13 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:13 2008 +0100 |
tree | 5d7f47f1db5c9a2da9c2a78e7fd87291e916b0bf | |
parent | fc2d625c4fac18e672a3b7c61af5de22d7ab7d87 [diff] |
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 <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>