From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH V6 05/33] csky: System Call Date: Fri, 28 Sep 2018 09:16:09 -0700 Message-ID: <20180928161609.GD19827@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Guo Ren Cc: akpm@linux-foundation.org, arnd@arndb.de, daniel.lezcano@linaro.org, davem@davemloft.net, gregkh@linuxfoundation.org, jason@lakedaemon.net, marc.zyngier@arm.com, mark.rutland@arm.com, mchehab+samsung@kernel.org, peterz@infradead.org, robh@kernel.org, robh+dt@kernel.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, devicetree@vger.kernel.org, green.hu@gmail.com List-Id: devicetree@vger.kernel.org > + > +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).