[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426498508-19616-1-git-send-email-dh.herrmann@gmail.com>
Date: Mon, 16 Mar 2015 10:35:08 +0100
From: David Herrmann <dh.herrmann@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Greg KH <gregkh@...uxfoundation.org>, daniel@...que.org,
tixxdz@...ndz.org, Lukasz Skalski <l.skalski@...sung.com>,
David Herrmann <dh.herrmann@...il.com>
Subject: [PATCH] Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply'
From: Lukasz Skalski <l.skalski@...sung.com>
The member field is called 'cookie_reply', fix the documentation which
incorrectly used 'reply_cookie'.
Signed-off-by: Lukasz Skalski <l.skalski@...sung.com>
Signed-off-by: David Herrmann <dh.herrmann@...il.com>
---
Hi Greg
This is a leftover from the out-of-tree kdbus repository. It was applied after
v3, so it was never included in the kdbus branch. I've rebased it on your branch
now.
Thanks
David
Documentation/kdbus/kdbus.message.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kdbus/kdbus.message.xml b/Documentation/kdbus/kdbus.message.xml
index c25000d..5e7c7a3 100644
--- a/Documentation/kdbus/kdbus.message.xml
+++ b/Documentation/kdbus/kdbus.message.xml
@@ -393,7 +393,7 @@ struct kdbus_msg {
For a message to be accepted as reply, it must be a direct
message to the original sender (not a broadcast and not a
signal message), and its
- <varname>kdbus_msg.reply_cookie</varname> must match the
+ <varname>kdbus_msg.cookie_reply</varname> must match the
previous message's <varname>kdbus_msg.cookie</varname>.
</para><para>
Expected replies also temporarily open the policy of the
--
2.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists