diff options
author | Ira Weiny | 2021-11-02 13:29:00 -0700 |
---|---|---|
committer | Dan Williams | 2021-11-15 11:02:58 -0800 |
commit | 888e034a74f41643dee6a8142c98946b8be00bf0 (patch) | |
tree | 2eddbc7025d30a9b6e7b9161ffb0ea2fb88e1f5b /drivers/cxl | |
parent | 08b9e0ab8af48895337192e683de44ab1e1b7427 (diff) |
cxl/mbox: Remove bad comment
__cxl_mem_mbox_send_cmd() no longer exists. Remove the reference.
Acked-by: Ben Widawsky <ben.widawsky@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20211102202901.3675568-2-ira.weiny@intel.com
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, 0 insertions, 2 deletions
diff --git a/drivers/cxl/core/mbox.c b/drivers/cxl/core/mbox.c index 576796a5d9f3..79bb64218339 100644 --- a/drivers/cxl/core/mbox.c +++ b/drivers/cxl/core/mbox.c @@ -148,8 +148,6 @@ static struct cxl_mem_command *cxl_mem_find_command(u16 opcode) * Mailbox commands may execute successfully yet the device itself reported an * error. While this distinction can be useful for commands from userspace, the * kernel will only be able to use results when both are successful. - * - * See __cxl_mem_mbox_send_cmd() */ int cxl_mem_mbox_send_cmd(struct cxl_mem *cxlm, u16 opcode, void *in, size_t in_size, void *out, size_t out_size) |