summaryrefslogtreecommitdiff
path: root/notify.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 /notify.c
parent076f8247306b6d97739ecc620bc85c2a0168153e (diff)
downloadkdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.tar.gz
kdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.tar.bz2
kdbus-bus-7c71470575ce6b41ec195fbed9adfed13ff4a2a2.zip
kernel doc fixes
Diffstat (limited to 'notify.c')
-rw-r--r--notify.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/notify.c b/notify.c
index a5b667b80a3..bafc44d6fbe 100644
--- a/notify.c
+++ b/notify.c
@@ -70,10 +70,10 @@ exit_unref_conn:
}
/**
- * kdbus_notify_reply_timeout - send a timeout reply
+ * kdbus_notify_reply_timeout() - send a timeout reply
* @ep: The endpoint to use for sending
* @src_id: The id to use as sender address
- * @cookie The cookie to set in the reply.
+ * @cookie: The cookie to set in the reply.
*
* Sends a message that has a KDBUS_ITEM_REPLY_TIMEOUT item attached.
*
@@ -85,10 +85,10 @@ int kdbus_notify_reply_timeout(struct kdbus_ep *ep, u64 src_id, u64 cookie)
}
/**
- * kdbus_notify_reply_dead - send a 'dead' reply
+ * kdbus_notify_reply_dead() - send a 'dead' reply
* @ep: The endpoint to use for sending
* @src_id: The id to use as sender address
- * @cookie The cookie to set in the reply.
+ * @cookie: The cookie to set in the reply.
*
* Sends a message that has a KDBUS_ITEM_REPLY_DEAD item attached.
*
@@ -100,7 +100,7 @@ int kdbus_notify_reply_dead(struct kdbus_ep *ep, u64 src_id, u64 cookie)
}
/**
- * kdbus_notify_name_change - send a notification about a name owner change
+ * kdbus_notify_name_change() - send a notification about a name owner change
* @ep: The endpoint to use for sending
* @type: The type if the notification; KDBUS_ITEM_NAME_ADD,
* KDBUS_ITEM_NAME_CHANGE or KDBUS_ITEM_NAME_REMOVE
@@ -149,7 +149,7 @@ int kdbus_notify_name_change(struct kdbus_ep *ep, u64 type,
}
/**
- * kdbus_notify_id_change - send a notification about a unique ID change
+ * kdbus_notify_id_change() - send a notification about a unique ID change
* @ep: The endpoint to use for sending
* @type: The type if the notification; KDBUS_MATCH_ID_ADD or
* KDBUS_MATCH_ID_REMOVE