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 kerneldoc coverage for
much of this API, but that's a separate problem.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
I'll feed this through docs-next unless somebody tells me otherwise...
Documentation/core-api/refcount-vs-atomic.rst | 36 +++++++++----------
1 file changed, 18 insertions(+), 18 deletions(-)
Certainly looks more readable to me :)
Acked-by: Will Deacon <will@kernel.org>
Thanks,
Will