On Fri, Sep 28, 2018 at 09:16:09AM -0700, Christoph Hellwig wrote:
> > +
> > +static inline void
> > +syscall_set_arguments(struct task_struct *task, struct pt_regs *regs,
> > + unsigned int i, unsigned int n, const unsigned long *args)
> > +{
> > + BUG_ON(i + n > 6);
> > + if (i == 0) {
>
> Please fix your indentation - again checkpatch.pl will be helpful (even
> if it sometimes is a littler overzealous).
Ok, I'll use checkpatch.pl.
- Re: [PATCH V6 01/33] csky: Build infrastructure Christoph Hellwig
- [PATCH V6 03/33] csky: Kernel booting Guo Ren
- Re: [PATCH V6 03/33] csky: Kernel booting Christoph Hellwig
- [PATCH V6 06/33] csky: Cache and TLB routines Guo Ren
- [PATCH V6 08/33] csky: Process management and Signal Guo Ren
- [PATCH V6 05/33] csky: System Call Guo Ren
- Re: [PATCH V6 05/33] csky: System Call Christoph Hellwig
- Re: [PATCH V6 05/33] csky: System Call Guo Ren
- [PATCH V6 07/33] csky: MMU and page table management Guo Ren
- [PATCH V6 09/33] csky: VDSO and rt_sigreturn Guo Ren
- [PATCH V6 04/33] csky: Exception handling and mm-fault Guo Ren
- Re: [PATCH V6 04/33] csky: Exception handling and m... Christoph Hellwig
- [PATCH V6 11/33] csky: Atomic operations Guo Ren
- [PATCH V6 12/33] csky: ELF and module probe Guo Ren

