From 6369ae32029ddcdedb44dc300b2b43d50c6b32c9 Mon Sep 17 00:00:00 2001 From: Sergei Zviagintsev Date: Wed, 14 Jan 2015 18:04:02 +0300 Subject: [PATCH] connection: fix typo in kdbus_conn_entry_insert() kernel-doc Signed-off-by: Sergei Zviagintsev --- connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.c b/connection.c index 2600b64..ce27dda 100644 --- 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 kmag to queue + * @kmsg: The kmsg to queue * @reply: The reply tracker to attach to the queue entry * * Return: 0 on success. negative error otherwise. -- 2.34.1