On Mon, Apr 18, 2022 at 07:59:35PM +0700, Bagas Sanjaya wrote: > kernel test robot reports kernel-doc warning: > > >> fs/btrfs/zstd.c:98: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > > The comment is for zstd_reclaim_timer_fn(). Since the function is > static, the comment isn't meant for kernel-doc consumption. > > Remove the extraneous (second) asterix at the head of function comment. > > Link: https://lore.kernel.org/linux-doc/202204151934.CkKcnvuJ-lkp@xxxxxxxxx/ > Fixes: b672526e2ee935 ("btrfs: use non-bh spin_lock in zstd timer callback") > Cc: Chris Mason <clm@xxxxxx> > Cc: Josef Bacik <josef@xxxxxxxxxxxxxx> > Cc: David Sterba <dsterba@xxxxxxxx> > Cc: Nick Terrell <terrelln@xxxxxx> > Cc: Schspa Shi <schspa@xxxxxxxxx> > Cc: linux-btrfs@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef