From: Davidlohr Bueso <dave@stgolabs.net>
Date: Mon, 4 Apr 2022 02:12:13 +0000 (-0700)
Subject: cxl/mbox: Drop mbox_mutex comment
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee92c7e261fd4b58ed5991a776ae9b25e9a5e030;p=linux.git

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>
---

diff --git a/drivers/cxl/core/mbox.c b/drivers/cxl/core/mbox.c
index 839207b627a84..187590c9844c3 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.