Re: [PATCH] fork.c: fix a problem of code style

From: David Newall
Date: Tue Oct 21 2008 - 12:32:38 EST


Jianjun Kong wrote:
> - if(max_threads < 20)
> + if (max_threads < 20)

I thought we didn't bother with trivial style changes like this.
--
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/