Message ID | 20220418125934.566647-1-bagasdotme@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs: zstd: remove extraneous asterix at the head of zstd_reclaim_timer_fn() comment | expand |
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@intel.com/ > Fixes: b672526e2ee935 ("btrfs: use non-bh spin_lock in zstd timer callback") > Cc: Chris Mason <clm@fb.com> > Cc: Josef Bacik <josef@toxicpanda.com> > Cc: David Sterba <dsterba@suse.com> > Cc: Nick Terrell <terrelln@fb.com> > Cc: Schspa Shi <schspa@gmail.com> > Cc: linux-btrfs@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Thanks, Josef
On 4/18/22 22:29, Josef Bacik wrote: > Reviewed-by: Josef Bacik <josef@toxicpanda.com> > > Thanks, > > Josef Thanks for the review. Should I send v2 with your Reviewed-by tag?
On Tue, Apr 19, 2022 at 12:19:44PM +0700, Bagas Sanjaya wrote: > On 4/18/22 22:29, Josef Bacik wrote: > > Reviewed-by: Josef Bacik <josef@toxicpanda.com> > > > > Thanks, > > > > Josef > > Thanks for the review. Should I send v2 with your Reviewed-by > tag? No, and please don't send fixes for the kdoc formats, the script does not have the same preferences as we who actually have to read the code. The kdoc format is convenient for more thnigs than just generating public documentation.
diff --git a/fs/btrfs/zstd.c b/fs/btrfs/zstd.c index 0fe31a6f6e68f0..ca2102a46faefd 100644 --- a/fs/btrfs/zstd.c +++ b/fs/btrfs/zstd.c @@ -94,7 +94,7 @@ static inline struct workspace *list_to_workspace(struct list_head *list) void zstd_free_workspace(struct list_head *ws); struct list_head *zstd_alloc_workspace(unsigned int level); -/** +/* * Timer callback to free unused workspaces. * * @t: timer