Re: [PATCH TRIVIAL] icom whitespace cleanups

2007-06-06 Thread V. Ananda Krishnan
Paul Mackerras wrote: Chris Snook writes: Clean up whitespace and comments in drivers/serial/icom.c These changes seem totally unnecessary, as the existing indentation is according to a commonly-accepted style and is quite reasonable: I agree with Paul. @@ -149,23 +149,23 @@ static void f

Re: [PATCH TRIVIAL] icom whitespace cleanups

2007-06-05 Thread Chris Snook
Paul Mackerras wrote: Chris Snook writes: Clean up whitespace and comments in drivers/serial/icom.c These changes seem totally unnecessary, as the existing indentation is according to a commonly-accepted style and is quite reasonable: There are actually a few different indentation styles us

Re: [PATCH TRIVIAL] icom whitespace cleanups

2007-06-05 Thread Paul Mackerras
Chris Snook writes: > Clean up whitespace and comments in drivers/serial/icom.c These changes seem totally unnecessary, as the existing indentation is according to a commonly-accepted style and is quite reasonable: > @@ -149,23 +149,23 @@ static void free_port_memory(struct icom > trace(ic

[PATCH TRIVIAL] icom whitespace cleanups

2007-06-05 Thread Chris Snook
From: Chris Snook <[EMAIL PROTECTED]> Clean up whitespace and comments in drivers/serial/icom.c Signed-off-by: Chris Snook <[EMAIL PROTECTED]> The patch is very large (30k) so I have attached it. Please let me know if you really, really want it inline. --- a/drivers/serial/icom.c 2007-06-05