From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Date: Sun, 27 Nov 2016 23:48:51 +0000 Subject: Re: [PATCH] staging: sm750fb: fix function definition argument style warning Message-Id: List-Id: References: <20161127164410.GA3398@myhd3> In-Reply-To: <20161127164410.GA3398@myhd3> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On 11/27/16 13:11, Andrea Ghittino wrote: > Fixes sm750fb function definition argument style warning > found by checkpatch.pl tool > > Signed-off-by: Andrea Ghittino > --- Does checkpatch not complain about the camelcase variable names and function names? -- ~Randy