Re: [PATCH V6 05/33] csky: System Call

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +
> +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).



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux