Re: [PATCH 0/30] return statement cleanup - kill pointless parentheses

From: Pavel Machek
Date: Wed Dec 15 2004 - 20:23:53 EST


Hi!

> Ok, here's the first batch of return statement cleanups (*many* to go).
>
> The following patches clean up return statements of the forms
> return(foo);
> return ( fn() );
> return (123);
> return(a + b);
> etc. To be instead
> return foo;
> return fn();
> return 123
> return a + b;

Yes, I like that. Please also go through drivers/acpi -- there's lot
of annoying parenthesis there ;-).
Pavel

--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/