[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Kernel janitor cleanup



On Mon, 02 Sep 2002 20:28:46 -0400, 
Brian Pontz <brian.pontz@osdn.com> wrote:
>http://www.axehind.com/xfs/xfs-cleanup-1-linux-2.4.patch
>
>The patch is mainly a partial janitor patch.

Given Linus's recent comments about code style, I can understand the
changes from 'return(foo);' to 'return foo;'.  But why change 'int i'
to 'uint i'?