Skip to content

Commit 888e034

Browse files
weiny2djbw
authored andcommitted
cxl/mbox: Remove bad comment
__cxl_mem_mbox_send_cmd() no longer exists. Remove the reference. Acked-by: Ben Widawsky <[email protected]> Signed-off-by: Ira Weiny <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dan Williams <[email protected]>
1 parent 08b9e0a commit 888e034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/cxl/core/mbox.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ static struct cxl_mem_command *cxl_mem_find_command(u16 opcode)
148148
* Mailbox commands may execute successfully yet the device itself reported an
149149
* error. While this distinction can be useful for commands from userspace, the
150150
* kernel will only be able to use results when both are successful.
151-
*
152-
* See __cxl_mem_mbox_send_cmd()
153151
*/
154152
int cxl_mem_mbox_send_cmd(struct cxl_mem *cxlm, u16 opcode, void *in,
155153
size_t in_size, void *out, size_t out_size)

0 commit comments

Comments
 (0)