* 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
* 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
![]() |