From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Sat, 26 Sep 2015 13:31:03 -0700 Subject: Avoid Camelcase In-Reply-To: References: Message-ID: <20150926203103.GA17373@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Sun, Sep 27, 2015 at 01:52:48AM +0530, Shraddha Barke wrote: > What should be done about the "Avoid Camelcase" CHECK detected by checkpatch.pl > for patches ? Fix up the code to not use CamelCase :) See https://en.wikipedia.org/wiki/CamelCase for what this is, and read the CodingStyle kernel file for what to use instead. hope this helps, greg k-h