libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
authorAndré Almeida <andrealmeid@igalia.com>
Fri, 1 Nov 2024 16:42:49 +0000 (13:42 -0300)
committerChristian Brauner <brauner@kernel.org>
Wed, 6 Nov 2024 10:22:20 +0000 (11:22 +0100)
commit33b091c08ed85e023c21376e6f787355fd46b440
tree574d6eec70ddc9591412d243968a2435b1c9dde7
parent9c8f520389c26b0a55951d494a6016763e8413fe
libfs: Fix kernel-doc warning in generic_ci_validate_strict_name

Fix the indentation of the return values from
generic_ci_validate_strict_name() to properly render the comment and to
address a `make htmldocs` warning:

Documentation/filesystems/api-summary:14: include/linux/fs.h:3504:
WARNING: Bullet list ends without a blank line; unexpected unindent.

Fixes: 0e152beb5aa1 ("libfs: Create the helper function generic_ci_validate_strict_name()")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/lkml/20241030162435.05425f60@canb.auug.org.au/
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Link: https://lore.kernel.org/r/20241101164251.327884-2-andrealmeid@igalia.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h