diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-06-29 04:11:18 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-06-30 01:03:58 +0200 |
commit | fe77cc2e5a6a7c85f5c6ef8a39d7694ffc7f41c9 (patch) | |
tree | 3c093d42faa7baa1fc117d618158661f8c5c15fc /drivers/cxl | |
parent | cxl/pci: Use correct flag for sanitize polling (diff) | |
download | linux-fe77cc2e5a6a7c85f5c6ef8a39d7694ffc7f41c9.tar.xz linux-fe77cc2e5a6a7c85f5c6ef8a39d7694ffc7f41c9.zip |
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>
Diffstat (limited to 'drivers/cxl')
-rw-r--r-- | drivers/cxl/core/memdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cxl/core/memdev.c b/drivers/cxl/core/memdev.c index 90237b9487a7..f99e7ec3cc40 100644 --- a/drivers/cxl/core/memdev.c +++ b/drivers/cxl/core/memdev.c @@ -666,7 +666,7 @@ static int cxl_memdev_release_file(struct inode *inode, struct file *file) /** * cxl_mem_get_fw_info - Get Firmware info - * @cxlds: The device data for the operation + * @mds: The device data for the operation * * Retrieve firmware info for the device specified. * |