Re: x86: remove casts

2008-01-22 Thread Andy Whitcroft
On Sat, Jan 19, 2008 at 02:56:05PM +0100, Jan Engelhardt wrote: > > On Jan 18 2008 11:45, Ingo Molnar wrote: > >* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > > >> This is against x86/mm. > > > >hm, it has checkpatch failures - > > All false positives. The spacing thing is definately a matter f

Re: x86: remove casts

2008-01-19 Thread Jan Engelhardt
On Jan 19 2008 15:08, Ingo Molnar wrote: >> On Jan 18 2008 11:45, Ingo Molnar wrote: >>> This is against x86/mm. >>> >>>hm, it has checkpatch failures - >> >>All false positives. > >no, not "All false positives", the first checkpatch failure is a blatant >ugliness that you introduced: > > E

Re: x86: remove casts

2008-01-19 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > On Jan 18 2008 11:45, Ingo Molnar wrote: > >* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > > >> This is against x86/mm. > > > >hm, it has checkpatch failures - > > All false positives. no, not "All false positives", the first checkpatch failure is

Re: x86: remove casts

2008-01-19 Thread Jan Engelhardt
On Jan 18 2008 11:45, Ingo Molnar wrote: >* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > >> This is against x86/mm. > >hm, it has checkpatch failures - All false positives. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: x86: remove casts

2008-01-18 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > This is against x86/mm. hm, it has checkpatch failures - the changes introduce some new whitespace damage. Patch looks good otherwise. (please resend against latest x86.git) Ingo -- To unsubscribe from this list: send the line "unsubscribe

Re: x86: remove casts

2008-01-17 Thread Jan Engelhardt
On Jan 17 2008 01:43, Kyle McMartin wrote: >On Wed, Jan 16, 2008 at 11:57:54PM +0100, Jan Engelhardt wrote: >> >> On Jan 16 2008 17:20, Kyle McMartin wrote: >> >On Wed, Jan 16, 2008 at 10:15:39PM +0100, Jan Engelhardt wrote: >> >> parent a9f7faa5fd229a65747f02ab0f2d45ee35856760 >> >> commit f

Re: x86: remove casts

2008-01-16 Thread Kyle McMartin
On Wed, Jan 16, 2008 at 11:57:54PM +0100, Jan Engelhardt wrote: > > On Jan 16 2008 17:20, Kyle McMartin wrote: > >On Wed, Jan 16, 2008 at 10:15:39PM +0100, Jan Engelhardt wrote: > >> parent a9f7faa5fd229a65747f02ab0f2d45ee35856760 > >> commit > > > >^- did

Re: x86: remove casts

2008-01-16 Thread Jan Engelhardt
On Jan 16 2008 17:20, Kyle McMartin wrote: >On Wed, Jan 16, 2008 at 10:15:39PM +0100, Jan Engelhardt wrote: >> parent a9f7faa5fd229a65747f02ab0f2d45ee35856760 >> commit > >^- did you just make that up? ;-) Yes. git does not care anyway. -- To unsubscribe f

Re: x86: remove casts

2008-01-16 Thread Kyle McMartin
On Wed, Jan 16, 2008 at 10:15:39PM +0100, Jan Engelhardt wrote: > parent a9f7faa5fd229a65747f02ab0f2d45ee35856760 > commit ^- did you just make that up? ;-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

x86: remove casts

2008-01-16 Thread Jan Engelhardt
This is against x86/mm. === parent a9f7faa5fd229a65747f02ab0f2d45ee35856760 commit Author: Jan Engelhardt <[EMAIL PROTECTED]> Date: Wed Jan 16 21:23:01 2008 +0100 x86: remove unneeded casts Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>