Hi On Thu, Sep 27, 2012 at 11:34 PM, Eoff, Ullysses A <[email protected]> wrote: > It was pointed out to me that I used C++ style comments... whoops, old habits. > > Before I resubmit does anyone else see any other coding convention issues > that I missed or deviated from? Kristian?
Following kernel CodingStyle is probably the best you can do. There is little that we do different. Besides c++ style comments, your patches look fine. But I think we indent multi-line function-calls with the first function-argument. But the common rules apply: look at the 100 lines above and below your code and follow this style. Regards David _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
