>  static void elf32_init(struct pt_regs *regs)
>  {
> -     struct task_struct *me = current; 
> +     struct task_struct *me = current;
>       regs->rdi = 0;
>       regs->rsi = 0;
>       regs->rdx = 0;
>       regs->rcx = 0;
>       regs->rax = 0;
> -     regs->rbx = 0; 
> -     regs->rbp = 0; 
> +     regs->rbx = 0;
> +     regs->rbp = 0;
>       regs->r8 = regs->r9 = regs->r10 = regs->r11 = regs->r12 =
> -             regs->r13 = regs->r14 = regs->r15 = 0; 
> -    me->thread.fs = 0; 
> +             regs->r13 = regs->r14 = regs->r15 = 0;
> +    me->thread.fs = 0;
>       me->thread.gs = 0;
> -     me->thread.fsindex = 0; 
> +     me->thread.fsindex = 0;
>       me->thread.gsindex = 0;
> -    me->thread.ds = __USER_DS; 
> +    me->thread.ds = __USER_DS;

No re-indenting those 4-spaced lines? I mean if you're in CodindStyle
compliance business driving from 99 to 99.9 percents please do it well
at least.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to