Re: [PATCH 04/15] [PPC] minor irq handler cleanups

2008-04-19 Thread Kumar Gala
On Apr 18, 2008, at 6:22 PM, Jeff Garzik wrote: - whitespace cleanups - remove pointless prototype (uses always follow func implementation) - 'irq' argument is often used purely as a local variable. rename argument to 'dummy' and define 'irq' as local to make this plain. - remove pointless

[PATCH 04/15] [PPC] minor irq handler cleanups

2008-04-18 Thread Jeff Garzik
- whitespace cleanups - remove pointless prototype (uses always follow func implementation) - 'irq' argument is often used purely as a local variable. rename argument to 'dummy' and define 'irq' as local to make this plain. - remove pointless casts from void* This change's main purpose is to