Re: [PATCH] Documentation/networking/af_xdp: Inhibit reference to struct socket

2019-08-11 Thread Jonathan Neuschäfer
On Sat, Aug 10, 2019 at 08:58:21AM -0600, Jonathan Corbet wrote: > On Sat, 10 Aug 2019 14:17:37 +0200 > Jonathan Neuschäfer wrote: > > > With the recent change to auto-detect function names, Sphinx parses > > socket() as a reference to the in-kernel definition of socket. It then > > decides that

Re: [PATCH] Documentation/networking/af_xdp: Inhibit reference to struct socket

2019-08-10 Thread Jonathan Corbet
On Sat, 10 Aug 2019 14:17:37 +0200 Jonathan Neuschäfer wrote: > With the recent change to auto-detect function names, Sphinx parses > socket() as a reference to the in-kernel definition of socket. It then > decides that struct socket is a good match, which was obviously not > intended in this cas

[PATCH] Documentation/networking/af_xdp: Inhibit reference to struct socket

2019-08-10 Thread Jonathan Neuschäfer
With the recent change to auto-detect function names, Sphinx parses socket() as a reference to the in-kernel definition of socket. It then decides that struct socket is a good match, which was obviously not intended in this case, because the text speaks about the syscall with the same name. Preven