summaryrefslogtreecommitdiff
path: root/drivers/cxl
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2022-04-04 05:12:13 +0300
committerDan Williams <dan.j.williams@intel.com>2022-04-13 02:07:01 +0300
commitee92c7e261fd4b58ed5991a776ae9b25e9a5e030 (patch)
tree53e700e51de4a30418eb6b50b97b86532254fa2f /drivers/cxl
parent6aa657f416b65f23d7a3c9d04f144b1c4aa2ebc1 (diff)
downloadlinux-ee92c7e261fd4b58ed5991a776ae9b25e9a5e030.tar.xz
cxl/mbox: Drop mbox_mutex comment
... 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>
Diffstat (limited to 'drivers/cxl')
-rw-r--r--drivers/cxl/core/mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cxl/core/mbox.c b/drivers/cxl/core/mbox.c
index 839207b627a8..187590c9844c 100644
--- 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.