Re: [RFC PATCH 09/14] cxl/mem: Add basic IOCTL interface

From: Randy Dunlap
Date: Wed Dec 09 2020 - 22:33:33 EST


On 12/8/20 4:24 PM, Ben Widawsky wrote:
> +
> +#define CXL_MEM_QUERY_COMMANDS _IOR('C', 1, struct cxl_mem_query_commands)

Hi,
I could have missed it, but IOCTL major "numbers" (like 'C') should be
listed in Documentation/userspace-api/ioctl/ioctl-number.rst.


thanks.
--
~Randy