Re: [PATCH v2] script: add a script for checking doc problems with external functions

From: Mauro Carvalho Chehab
Date: Wed Oct 07 2020 - 07:56:39 EST


Em Wed, 7 Oct 2020 13:29:04 +0200
Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> escreveu:

> While not all EXPORT_SYMBOL*() symbols should be documented,
> it seems useful to have a tool which would help to check what
> symbols aren't documented.
>
> This is a first step on this direction. The tool has some
> limitations. Yet, it could be useful for maintainers to check
> about missing documents on their subsystems.
>
> Suggested-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>

Please ignore this one. Just found some bugs. I'll send a v3
after fixing them.

Thanks,
Mauro