/**
* kdbus_conn_update() - update flags for a connection
* @conn: Connection
- * @cmd_update: The command as passed in by the ioctl
+ * @cmd: The command as passed in by the ioctl
*
* Return: 0 on success, negative errno on failure.
*/
/**
* struct kdbus_name - a registered well-known name with its flags
- * @flags: flags from KDBUS_NAME_*
- * @name: well-known name
+ * @flags: Flags from KDBUS_NAME_*
+ * @name: Well-known name
*
* Attached to:
* KDBUS_ITEM_NAME
/**
* struct kdbus_policy_access - policy access item
* @type: One of KDBUS_POLICY_ACCESS_* types
- * @bits: Access to grant. One of KDBUS_POLICY_*
+ * @access: Access to grant
* @id: For KDBUS_POLICY_ACCESS_USER, the uid
* For KDBUS_POLICY_ACCESS_GROUP, the gid
*/
* access items.
* @owner: The owner of this entry. Can be a kdbus_conn or
* a kdbus_ep object.
+ * @wildcard: The name is a wildcard, such as ending on '.*'
*/
struct kdbus_policy_db_entry {
char *name;