aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2017-12-14 19:26:13 -0500
committerDan Williams <dan.j.williams@intel.com>2017-12-21 17:59:27 -0500
commit13b7954c0b8dd2d6382b4ddb5053f09e389d5c6e (patch)
tree98bb5f5da6593e872351baa4c411292f29b90de8
parent41fce90f26333c4fa82e8e43b9ace86c4e8a0120 (diff)
libnvdimm, btt: add a couple of missing kernel-doc lines
Recent updates to btt.h neglected to add corresponding kernel-doc lines for new structure members. Add them. Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-rw-r--r--drivers/nvdimm/btt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/nvdimm/btt.h b/drivers/nvdimm/btt.h
index 578c2057524d..884fbbbdd18a 100644
--- a/drivers/nvdimm/btt.h
+++ b/drivers/nvdimm/btt.h
@@ -125,6 +125,7 @@ struct aligned_lock {
125 * @list: List head for list of arenas 125 * @list: List head for list of arenas
126 * @debugfs_dir: Debugfs dentry 126 * @debugfs_dir: Debugfs dentry
127 * @flags: Arena flags - may signify error states. 127 * @flags: Arena flags - may signify error states.
128 * @err_lock: Mutex for synchronizing error clearing.
128 * 129 *
129 * arena_info is a per-arena handle. Once an arena is narrowed down for an 130 * arena_info is a per-arena handle. Once an arena is narrowed down for an
130 * IO, this struct is passed around for the duration of the IO. 131 * IO, this struct is passed around for the duration of the IO.
@@ -176,6 +177,7 @@ struct arena_info {
176 * @init_lock: Mutex used for the BTT initialization 177 * @init_lock: Mutex used for the BTT initialization
177 * @init_state: Flag describing the initialization state for the BTT 178 * @init_state: Flag describing the initialization state for the BTT
178 * @num_arenas: Number of arenas in the BTT instance 179 * @num_arenas: Number of arenas in the BTT instance
180 * @phys_bb: Pointer to the namespace's badblocks structure
179 */ 181 */
180struct btt { 182struct btt {
181 struct gendisk *btt_disk; 183 struct gendisk *btt_disk;