Hi David, On 2020/9/23 17:45, David Sterba wrote: > On Tue, Sep 22, 2020 at 08:37:21PM +0800, Xiaofei Tan wrote: >> Fix following warning caused by mismatch bewteen function parameters >> and comments. >> fs/btrfs/block-group.c:1649: warning: Function parameter or member 'fs_info' >> not described in 'btrfs_rmap_block' > > IIRC there are way more formatting errors for the kernel-doc, so I'd > rather fix them in one patch. Also for static functions or internal > helpers the proper formatting is not that important as it's read by > people and the acual parameters are what matters. >
Sure, there are many warnings in the other files from dir fs/btrfs/. If fix them in one patch, it could be huge :) > . > -- thanks tanxiaofei