Re: [PATCH 21/21] i386 Ldt context inline

From: Ingo Molnar
Date: Tue Nov 08 2005 - 02:50:20 EST



* Zachary Amsden <zach@xxxxxxxxxx> wrote:

> + if (old_mm && unlikely(old_mm->context.ldt)) {
> + retval = copy_ldt(&mm->context, &old_mm->context);
> + }

style police: remove the { }. You only moved the function, but still :-)

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