Hi! While dipping my toes in Linux kernel programming I discovered that a lot of functions, even exported ones, lack any comment blocks or references to documentation. Most of the time I have to resort to the original commit message + LKML threads associated with a given function. Is this intentional, or is it simply a by-product of the lack of developer's time? If it's the latter, are documentation-only patches welcomed? Regards, Greg.