projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa657f
)
cxl/mbox: Drop mbox_mutex comment
author
Davidlohr Bueso
<dave@stgolabs.net>
Mon, 4 Apr 2022 02:12:13 +0000
(19:12 -0700)
committer
Dan Williams
<dan.j.williams@intel.com>
Tue, 12 Apr 2022 23:07:01 +0000
(16:07 -0700)
... we have lockdep for this.
Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Reviewed by: Adam Manzanares <a.manzanares@samsung.com>
Link:
https://lore.kernel.org/r/20220404021216.66841-2-dave@stgolabs.net
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 839207b627a84990cb424d8b5ee8d01587f3b92e..187590c9844c3da8fb502800158f142d4251b068 100644
(file)
--- a/
drivers/cxl/core/mbox.c
+++ b/
drivers/cxl/core/mbox.c
@@
-147,7
+147,7
@@
static const char *cxl_mem_opcode_to_name(u16 opcode)
* @out: Caller allocated buffer for the output.
* @out_size: Expected size of output.
*
- * Context: Any context.
Will acquire and release mbox_mutex.
+ * Context: Any context.
* Return:
* * %>=0 - Number of bytes returned in @out.
* * %-E2BIG - Payload is too large for hardware.