diff options
author | Davidlohr Bueso | 2022-04-03 19:12:13 -0700 |
---|---|---|
committer | Dan Williams | 2022-04-12 16:07:01 -0700 |
commit | ee92c7e261fd4b58ed5991a776ae9b25e9a5e030 (patch) | |
tree | 53e700e51de4a30418eb6b50b97b86532254fa2f /drivers/cxl | |
parent | 6aa657f416b65f23d7a3c9d04f144b1c4aa2ebc1 (diff) |
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.c | 2 |
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. |