diff options
author | Jonathan Neuschäfer <[email protected]> | 2019-08-12 18:07:05 +0200 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2019-08-12 14:55:30 -0600 |
commit | 82bf829b692d6bc9c44cd43ddd75a9b04f1bfa8d (patch) | |
tree | 06d6ff7f9ae14c9d67b4817bcb2630eff692eb15 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 11fec009d97e5bd2329ef7d52d71e9f6763f1048 (diff) |
Documentation: sphinx: Don't parse socket() as identifier reference
With the introduction of Documentation/sphinx/automarkup.py, socket() is
parsed as a reference to the in-kernel definition of socket. Sphinx then
decides that struct socket is a good match, which is usually not
intended, when the syscall is meant instead. This was observed in
Documentation/networking/af_xdp.rst.
Prevent socket() from being misinterpreted by adding it to the Skipfuncs
list in automarkup.py.
Signed-off-by: Jonathan Neuschäfer <[email protected]>
Reviewed-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions