Re: Regarding enforcing coding standard

2016-03-29 Thread Dmitry V. Levin
Hi, On Tue, Mar 29, 2016 at 05:09:58PM +0530, Jay Joshi wrote: > Hi, > > I just came across style checking script for patches used by linux > kernel: http://lxr.free-electrons.com/source/scripts/checkpatch.pl. > > Some modifications will be required to fit strace's coding > standards(like switch

Re: Regarding enforcing coding standard

2016-03-29 Thread Philippe Ombredanne
On Tue, Mar 29, 2016 at 1:39 PM, Jay Joshi wrote: > Hi, > > I just came across style checking script for patches used by linux > kernel: http://lxr.free-electrons.com/source/scripts/checkpatch.pl. > > Some modifications will be required to fit strace's coding > standards(like switch case indentati

Regarding enforcing coding standard

2016-03-29 Thread Jay Joshi
Hi, I just came across style checking script for patches used by linux kernel: http://lxr.free-electrons.com/source/scripts/checkpatch.pl. Some modifications will be required to fit strace's coding standards(like switch case indentations), but I don't think that it's hard. I think 20 days should