From bfeddd20614a2b1f6e0ac29bdb4edf1c073ab71f Mon Sep 17 00:00:00 2001 From: Lukasz Skalski Date: Fri, 24 Oct 2014 12:18:12 +0200 Subject: [PATCH] kdbus.h: fix kernel doc --- kdbus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdbus.h b/kdbus.h index 53a4d21..f8d4b11 100644 --- a/kdbus.h +++ b/kdbus.h @@ -800,8 +800,8 @@ enum kdbus_cmd_match_flags { * @kernel_flags: Supported flags of the used command, kernel → userspace * @items: A list of items for additional information * - * This structure is used with the KDBUS_CMD_ADD_MATCH and - * KDBUS_CMD_REMOVE_MATCH ioctl. + * This structure is used with the KDBUS_CMD_MATCH_ADD and + * KDBUS_CMD_MATCH_REMOVE ioctl. */ struct kdbus_cmd_match { __u64 size; -- 2.34.1