Skip to content

Commit b192114

Browse files
rddunlapweiny2
authored andcommitted
nvdimm/btt: fix btt_blk_cleanup() kernel-doc
Correct the function parameters to prevent kernel-doc warnings: btt.c:1567: warning: Function parameter or member 'nd_region' not described in 'btt_init' btt.c:1567: warning: Excess function parameter 'maxlane' description in 'btt_init' Signed-off-by: Randy Dunlap <[email protected]> Cc: Vishal Verma <[email protected]> Cc: Dan Williams <[email protected]> Cc: Dave Jiang <[email protected]> Cc: Ira Weiny <[email protected]> Cc: <[email protected]> Reviewed-by: Ira Weiny <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ira Weiny <[email protected]>
1 parent 9aa6543 commit b192114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvdimm/btt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ static void btt_blk_cleanup(struct btt *btt)
15451545
* @rawsize: raw size in bytes of the backing device
15461546
* @lbasize: lba size of the backing device
15471547
* @uuid: A uuid for the backing device - this is stored on media
1548-
* @maxlane: maximum number of parallel requests the device can handle
1548+
* @nd_region: &struct nd_region for the REGION device
15491549
*
15501550
* Initialize a Block Translation Table on a backing device to provide
15511551
* single sector power fail atomicity.

0 commit comments

Comments
 (0)