Re: [patch 2.6.13-rc3] i386: clean up user_mode macros

From: Steven Rostedt
Date: Mon Jul 25 2005 - 19:21:51 EST


On Mon, 2005-07-25 at 16:13 -0700, Linus Torvalds wrote:

> I _really_ prefer
>
> x != 0
>
> over
>
> !!x

Good to hear. This means that you should have no problem accepting my
previous patch for signal.c that changed the x ^ y to x != y. And I
would also assume that you prefer x *= 2 over x <<= 1 (also since the
first person to show this example used x <<= 2. Right Lee? :-)

-- Steve


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