doc: fix inline emphasis warning
authorChristian Brauner <brauner@kernel.org>
Fri, 28 Feb 2025 10:34:57 +0000 (11:34 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 5 Mar 2025 10:52:50 +0000 (11:52 +0100)
commitbe6690199719a2968628713a746002fda14bd595
tree63491fd83924f1619180a0c00c3dba5780da8247
parent21432f9b5eda2f531dc029d8422280106834d5f7
doc: fix inline emphasis warning

Fix a warning spotted by linux-next build (htmldocs):

Documentation/filesystems/porting.rst:1186: WARNING: Inline emphasis start-string without end-string. [docutils]

Introduced by commit

  88d5baf69082 ("Change inode_operations.mkdir to return struct dentry *")

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 88d5baf69082 ("Change inode_operations.mkdir to return struct dentry *")
Signed-off-by: Christian Brauner <brauner@kernel.org>
Documentation/filesystems/porting.rst