Re: [PATCH] old declaration ritchie style fix in arch/parisc/math-emu/

2007-06-04 Thread Matthew Wilcox
On Mon, Jun 04, 2007 at 08:38:08PM +0200, Yoann Padioleau wrote: > > Use consistent function ANSI declaration style. This code is copied from HPUX and we'd prefer to not change it. Thanks, though. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

[PATCH] old declaration ritchie style fix in arch/parisc/math-emu/

2007-06-04 Thread Yoann Padioleau
Use consistent function ANSI declaration style. Signed-off-by: Yoann Padioleau <[EMAIL PROTECTED]> dfadd.c | 10 +- fmpyfadd.c| 30 ++ fpudispatch.c | 22 ++ 3 files changed, 29 insertions(+), 33 deletions(-) diff --