mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 05:37:51 +00:00
Fix the kernel-doc comments for nilfs_cleanerd_config() and nilfs_cleanerd_reconfig() to match the kernel-doc style and complete the missing descriptions. This eliminates the following warnings and improves code documentation: Warning: sbin/cleanerd.c:284 function parameter 'conffile' not described in 'nilfs_cleanerd_config' Warning: sbin/cleanerd.c:322 function parameter 'conffile' not described in 'nilfs_cleanerd_reconfig' Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>