diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-01-30 15:34:37 +0000 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-01-30 11:24:16 -0800 |
commit | 7ebf38c9115ec3b4502c73b4377a7648374d700f (patch) | |
tree | 1f075923352619fbf8c544efb1490a532e094312 /drivers/cxl | |
parent | bab2a5e6fe7fddc00be0356bd538e38161bab085 (diff) | |
download | lwn-7ebf38c9115ec3b4502c73b4377a7648374d700f.tar.gz lwn-7ebf38c9115ec3b4502c73b4377a7648374d700f.zip |
cxl/mbox: Add missing parameter to docs.
Kernel-doc should be complete, so add documentation for the status
parameter.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20230130153437.3153-1-Jonathan.Cameron@huawei.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/cxl')
-rw-r--r-- | drivers/cxl/core/mbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cxl/core/mbox.c b/drivers/cxl/core/mbox.c index 6ed8e3654939..14fa09452f9f 100644 --- a/drivers/cxl/core/mbox.c +++ b/drivers/cxl/core/mbox.c @@ -892,6 +892,7 @@ static void cxl_mem_get_records_log(struct cxl_dev_state *cxlds, /** * cxl_mem_get_event_records - Get Event Records from the device * @cxlds: The device data for the operation + * @status: Event Status register value identifying which events are available. * * Retrieve all event records available on the device, report them as trace * events, and clear them. |