fix kerneldoc
authorKay Sievers <kay@vrfy.org>
Mon, 17 Mar 2014 21:37:21 +0000 (22:37 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 17 Mar 2014 21:37:21 +0000 (22:37 +0100)
connection.c
kdbus.h
policy.c

index 5538191b4cfb1fb126afcf620c48c917b1998b2f..b3227ef7f6b2ff8bd207ae66094ba957935faeaa 100644 (file)
@@ -1803,7 +1803,7 @@ exit:
 /**
  * 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.
  */
diff --git a/kdbus.h b/kdbus.h
index 2d073b847f32110a8d91bd46b15fc80274d7682e..176dc56a39d8a1dba73e32ecf68d9183f91fee55 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -173,8 +173,8 @@ struct kdbus_memfd {
 
 /**
  * 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
@@ -187,7 +187,7 @@ struct kdbus_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
  */
index 01e3dfd63245fd807b5b8f7cccff069334440fdb..e0f1e4d9b9135e9e5a08f5d49f3a0a22f3b5ac06 100644 (file)
--- a/policy.c
+++ b/policy.c
@@ -66,6 +66,7 @@ struct kdbus_policy_db_entry_access {
  *                     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;