ext4: correct comment of ext4_xattr_cmp
authorKemeng Shi <shikemeng@huaweicloud.com>
Thu, 6 Jun 2024 12:55:06 +0000 (20:55 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Aug 2024 02:56:30 +0000 (22:56 -0400)
commit6ceeb2d8fdb19a1b6bb9cc48302e682fb380043b
tree1f8539be42d0d0bee748ccd00fc9281fc74488de
parentf67fbacd923f280c55b9e26e49650331446ef335
ext4: correct comment of ext4_xattr_cmp

The ext4_xattr_cmp never returns negative error number. Correct possible
return value in ext4_xattr_cmp's comment.

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Link: https://patch.msgid.link/20240606125508.1459893-2-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c