Hi,
Can this patch please be dropped from Linux-next (currently via
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm#mm-everything)?
It is obviously wrong when dealing with named variadic macro
parameters:
./scripts/checkpatch.pl -f include/linux/rculist.h
ERROR: Parameter 'dummy' is not us
Hi,
I wanted to understand some modules in the kernel and how their data
structures are interconnected. So I am not interested in all data
structures of the kernel but something more like
net/bridge/br_private.h.
With C++ I would just tell doxygen to generate uml-like class
diagrams. But the kern