On Tue, Oct 08, 2019 at 11:49:43AM +1100, Duncan Roe wrote: > This series is a mixture of patches to enable clang build and correct / insert > doxygen comments. It ended up that way after git merges of local branches where > they were originally developed. > > Hopefully they are all uncontroversial so can just be applied. Series applied, thanks. I have just mangled "src: Enable clang build" not to split the function definition from its return value, it's a personal preference, I like to git grep for function definitions occasionally when searching for symbols. This is something in between your original proposal and what it's done in libmnl. Thanks.