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 814a15f commit af73370Copy full SHA for af73370
include/uapi/linux/cxl_mem.h
@@ -11,9 +11,10 @@
11
/**
12
* DOC: UAPI
13
*
14
- * Not all of all commands that the driver supports are always available for use
15
- * by userspace. Userspace must check the results from the QUERY command in
16
- * order to determine the live set of commands.
+ * Not all of the commands that the driver supports are available for use by
+ * userspace at all times. Userspace can check the result of the QUERY command
+ * to determine the live set of commands. Alternatively, it can issue the
17
+ * command and check for failure.
18
*/
19
20
#define CXL_MEM_QUERY_COMMANDS _IOR(0xCE, 1, struct cxl_mem_query_commands)
0 commit comments