mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
The kernel-doc comment for nilfs_edit_feature() incorrectly referred to nilfs_string2feature() and described a simple conversion, likely due to a copy-paste error. This causes a warning in scripts/kernel-doc. Fix the function name and update the short description to accurately reflect that the function updates feature flags based on the input string. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>