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 _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
