Hi! > 1. Please use sizeof() instead of bareword sizeof. > 2. I'm not sure if this is necessarily LKML style (the code I've > sampled in the mainline kernel do this however), but casts don't > require spurious spaces in FreeBSD for instance, i.e. > > foo = (void*)bar; > > instead of > > foo = (void*) bar;
Agreed, while it's not written explicitly it seems to be common sense. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
