summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-12-06 05:38:57 +0100
committerKay Sievers <kay@vrfy.org>2013-12-06 05:38:57 +0100
commit7c71470575ce6b41ec195fbed9adfed13ff4a2a2 (patch)
tree361b439e9b3efbff6909bd3fbb6aa2aa72ee2c90 /bus.c
parent076f8247306b6d97739ecc620bc85c2a0168153e (diff)
downloadkdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.tar.gz
kdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.tar.bz2
kdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.zip
kernel doc fixes
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bus.c b/bus.c
index 066d74c9fab..6ba53139d8d 100644
--- a/bus.c
+++ b/bus.c
@@ -76,7 +76,7 @@ void kdbus_bus_unref(struct kdbus_bus *bus)
}
/**
- * kdbus_bus_find_conn_by_id - find a connection with a given id
+ * kdbus_bus_find_conn_by_id() - find a connection with a given id
* @bus: The bus to look for the connection
* @id: The 64-bit connection id
*
@@ -145,6 +145,7 @@ static struct kdbus_bus *kdbus_bus_find(struct kdbus_ns *ns, const char *name)
* @ns: The namespace to work on
* @bus_make: Pointer to a struct kdbus_cmd_bus_make containing the
* details for the bus creation
+ * @name: Name of the bus
* @mode: The access mode for the device node
* @uid: The uid of the device node
* @gid: The gid of the device node