We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b9e0a commit 888e034Copy full SHA for 888e034
drivers/cxl/core/mbox.c
@@ -148,8 +148,6 @@ static struct cxl_mem_command *cxl_mem_find_command(u16 opcode)
148
* Mailbox commands may execute successfully yet the device itself reported an
149
* error. While this distinction can be useful for commands from userspace, the
150
* kernel will only be able to use results when both are successful.
151
- *
152
- * See __cxl_mem_mbox_send_cmd()
153
*/
154
int cxl_mem_mbox_send_cmd(struct cxl_mem *cxlm, u16 opcode, void *in,
155
size_t in_size, void *out, size_t out_size)
0 commit comments