Re: [PATCH] Washing suspend code

From: Dave Jones (davej@codemonkey.org.uk)
Date: Wed Jul 02 2003 - 08:10:47 EST


On Wed, Jul 02, 2003 at 10:43:11AM +0200, ffrederick@prov-liege.be wrote:
> }
> +int touchable_process (struct task_struct *p)
> +{
> + return(!((p->flags & PF_IOTHREAD) || (p == current) || (p->state == TASK_ZOMBIE)))
> +
> +}

*horror*. Please keep the formatting of the original macro.
It's a) more readable, and b) Documentation/CodingStyle compliant.

                Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:16 EST