Re: [PATCH] Security: Documentation: fix: `make htmldocs` warnings

2020-07-06 Thread Puranjay Mohan
On Mon, Jul 6, 2020 at 11:44 PM Jonathan Corbet wrote: > > On Mon, 6 Jul 2020 23:30:10 +0530 > Puranjay Mohan wrote: > > > Remove extra ')' after function name to fix warnings. > > It solves following warning : > > WARNING: Unparseable C cross-reference: 'groups_sort)' > > Invalid C declaration:

Re: [PATCH] Security: Documentation: fix: `make htmldocs` warnings

2020-07-06 Thread Jonathan Corbet
On Mon, 6 Jul 2020 23:30:10 +0530 Puranjay Mohan wrote: > Remove extra ')' after function name to fix warnings. > It solves following warning : > WARNING: Unparseable C cross-reference: 'groups_sort)' > Invalid C declaration: Expected end of definition. [error at 11] > > Signed-off-by: Puranjay

[PATCH] Security: Documentation: fix: `make htmldocs` warnings

2020-07-06 Thread Puranjay Mohan
Remove extra ')' after function name to fix warnings. It solves following warning : WARNING: Unparseable C cross-reference: 'groups_sort)' Invalid C declaration: Expected end of definition. [error at 11] Signed-off-by: Puranjay Mohan --- Documentation/security/credentials.rst | 2 +- 1 file chan