[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211203064820.27033-1-rdunlap@infradead.org>
Date: Thu, 2 Dec 2021 22:48:20 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
kernel test robot <lkp@...el.com>,
Naohiro Aota <naohiro.aota@....com>,
David Sterba <dsterba@...e.com>, Chris Mason <clm@...com>,
Josef Bacik <josef@...icpanda.com>, linux-btrfs@...r.kernel.org
Subject: [PATCH] btrfs: zoned: convert comment to kernel-doc format
Complete kernel-doc notation for btrfs_zone_activate() to prevent
kernel-doc warnings:
zoned.c:1784: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Activate block group and underlying device zones
zoned.c:1784: warning: missing initial short description on line:
* Activate block group and underlying device zones
Fixes: afba2bc036b0 ("btrfs: zoned: implement active zone tracking")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Reported-by: kernel test robot <lkp@...el.com>
Cc: Naohiro Aota <naohiro.aota@....com>
Cc: David Sterba <dsterba@...e.com>
Cc: Chris Mason <clm@...com>
Cc: Josef Bacik <josef@...icpanda.com>
Cc: linux-btrfs@...r.kernel.org
---
fs/btrfs/zoned.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20211202.orig/fs/btrfs/zoned.c
+++ linux-next-20211202/fs/btrfs/zoned.c
@@ -1781,7 +1781,7 @@ struct btrfs_device *btrfs_zoned_get_dev
}
/**
- * Activate block group and underlying device zones
+ * btrfs_zone_activate - Activate block group and underlying device zones
*
* @block_group: the block group to activate
*
Powered by blists - more mailing lists