Skip to content

Commit fe77cc2

Browse files
Yang Lidjbw
authored andcommitted
cxl: Fix one kernel-doc comment
Fix a merge error that updated the argument to cxl_mem_get_fw_info() but not the kernel-doc. drivers/cxl/core/memdev.c:678: warning: Function parameter or member 'mds' not described in 'cxl_mem_get_fw_info' drivers/cxl/core/memdev.c:678: warning: Excess function parameter 'cxlds' description in 'cxl_mem_get_fw_info' Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20230629021118.102744-1-yang.lee@linux.alibaba.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 71baec7 commit fe77cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cxl/core/memdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ static int cxl_memdev_release_file(struct inode *inode, struct file *file)
666666

667667
/**
668668
* cxl_mem_get_fw_info - Get Firmware info
669-
* @cxlds: The device data for the operation
669+
* @mds: The device data for the operation
670670
*
671671
* Retrieve firmware info for the device specified.
672672
*

0 commit comments

Comments
 (0)