Re: [PATCH] docs: remove :c:func: from refcount-vs-atomic.rst

2019-10-04 Thread Paul E. McKenney
On Fri, Oct 04, 2019 at 10:58:22AM -0600, Jonathan Corbet wrote: > As of 5.3, the automarkup extension will do the right thing with function() > notation, so we don't need to clutter the text with :c:func: invocations. > So remove them. > > Looking at the generated output reveals that we lack kern

[PATCH] docs: remove :c:func: from refcount-vs-atomic.rst

2019-10-04 Thread Jonathan Corbet
As of 5.3, the automarkup extension will do the right thing with function() notation, so we don't need to clutter the text with :c:func: invocations. So remove them. Looking at the generated output reveals that we lack kerneldoc coverage for much of this API, but that's a separate problem. Signed