projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab2a5e
)
cxl/mbox: Add missing parameter to docs.
author
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Mon, 30 Jan 2023 15:34:37 +0000
(15:34 +0000)
committer
Dan Williams
<dan.j.williams@intel.com>
Mon, 30 Jan 2023 19:24:16 +0000
(11:24 -0800)
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>
drivers/cxl/core/mbox.c
patch
|
blob
|
history
diff --git
a/drivers/cxl/core/mbox.c
b/drivers/cxl/core/mbox.c
index 6ed8e36549399542117b75fe63daf92b29764e18..14fa09452f9fca653af915f0dc1f72a05049607d 100644
(file)
--- 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.