Re: Coding style: do_this(a,b) vs. do_this(a, b)

From: Frank van Maarseveen
Date: Tue Aug 17 2004 - 17:01:49 EST


On Tue, Aug 17, 2004 at 12:38:52PM +0200, Pavel Machek wrote:
> Hi!
>
> - } while (0)
> + } while(0)

"while" is not a function so I'd keep the space. Both coding style
and kernel/*.c (had to pick something) seem to agree upon this: put
a space between keyword and expression.

--
Frank
-
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/