Re: [PATCH] linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was split

From: Randy Dunlap
Date: Wed Feb 12 2020 - 16:36:08 EST


On 2/12/20 11:57 AM, Linus Torvalds wrote:
> On Sun, Feb 9, 2020 at 7:36 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>>
>> Fix kernel-doc warnings in struct pipe_inode_info after @wait was
>> split into @rd_wait and @wr_wait.
>
> Thanks, applied.
>
> I've considered adding some doc building to my basic tests, but it is
> (a) somewhat slow and (b) has always been very noisy.
>
> And that (b) is why I really don't do it. The reason I require the
> basic build to be warning-free is that because that way any new
> warnings stand out. But that's just not the case for docs.
>
> What do you use to notice new errors? Or is there some trick to make
> it less noisy?

It's awfully noisy. I just do lots of "grep -v" to ignore some messages
that are always there and then I manually ignore lots of others that are
not new. Very little automation. No magic tricks.

--
~Randy