projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f648f
)
connection: fix typo in kdbus_conn_entry_insert() kernel-doc
author
Sergei Zviagintsev
<sergei@s15v.net>
Wed, 14 Jan 2015 15:04:02 +0000
(18:04 +0300)
committer
Daniel Mack
<daniel@zonque.org>
Wed, 14 Jan 2015 21:49:24 +0000
(22:49 +0100)
Signed-off-by: Sergei Zviagintsev <sergei@s15v.net>
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index 2600b6468e8f0f2188fa746e304335e8ee7198d0..ce27ddac8c29798c5e9970c19be0ffe8be801a42 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-340,7
+340,7
@@
static int kdbus_conn_entry_sync_attach(struct kdbus_conn *conn_dst,
* kdbus_conn_entry_insert() - enqueue a message into the receiver's pool
* @conn_src: The sending connection
* @conn_dst: The connection to queue into
- * @kmsg: The km
a
g to queue
+ * @kmsg: The km
s
g to queue
* @reply: The reply tracker to attach to the queue entry
*
* Return: 0 on success. negative error otherwise.