diff mbox series

cxl: Fix flag name in struct cxl_command_info comment

Message ID 20231016020229.22584-1-hj96.nam@samsung.com
State New, archived
Headers show
Series cxl: Fix flag name in struct cxl_command_info comment | expand

Commit Message

Hojin Nam Oct. 16, 2023, 2:02 a.m. UTC
CXL_MEM_COMMAND_FLAG_ENABLED is declared in the code,
not CXL_MEM_COMMAND_FLAG_USER_ENABLED.

Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
---
 include/uapi/linux/cxl_mem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/uapi/linux/cxl_mem.h b/include/uapi/linux/cxl_mem.h
index 86bbacf2a315..6a54cff4d8d2 100644
--- a/include/uapi/linux/cxl_mem.h
+++ b/include/uapi/linux/cxl_mem.h
@@ -74,7 +74,7 @@  static const struct {
  * @id: ID number for the command.
  * @flags: Flags that specify command behavior.
  *
- *         CXL_MEM_COMMAND_FLAG_USER_ENABLED
+ *         CXL_MEM_COMMAND_FLAG_ENABLED
  *
  *         The given command id is supported by the driver and is supported by
  *         a related opcode on the device.