landlock: Fix documentation style
authorMickaël Salaün <mic@digikod.net>
Fri, 23 Sep 2022 15:42:07 +0000 (17:42 +0200)
committerMickaël Salaün <mic@digikod.net>
Thu, 29 Sep 2022 16:43:04 +0000 (18:43 +0200)
commit2fff00c81d4c37a037cf704d2d219fbcb45aea3c
treef0233e7a4915fdc9c121c8ee96bcd1af84c33078
parent16023b05f0832f5bc14e6e0d1e7be4d00e01e1bb
landlock: Fix documentation style

It seems that all code should use double backquotes, which is also used
to convert "%" defines.  Let's use an homogeneous style and remove all
use of simple backquotes (which should only be used for emphasis).

Cc: Günther Noack <gnoack3000@gmail.com>
Cc: Paul Moore <paul@paul-moore.com>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Link: https://lore.kernel.org/r/20220923154207.3311629-4-mic@digikod.net
Documentation/security/landlock.rst
Documentation/userspace-api/landlock.rst
include/uapi/linux/landlock.h
security/landlock/syscalls.c