From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753174AbbCPJfp (ORCPT ); Mon, 16 Mar 2015 05:35:45 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:33036 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972AbbCPJfo (ORCPT ); Mon, 16 Mar 2015 05:35:44 -0400 From: David Herrmann To: linux-kernel@vger.kernel.org Cc: Greg KH , daniel@zonque.org, tixxdz@opendz.org, Lukasz Skalski , David Herrmann Subject: [PATCH] Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply' Date: Mon, 16 Mar 2015 10:35:08 +0100 Message-Id: <1426498508-19616-1-git-send-email-dh.herrmann@gmail.com> X-Mailer: git-send-email 2.3.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Lukasz Skalski The member field is called 'cookie_reply', fix the documentation which incorrectly used 'reply_cookie'. Signed-off-by: Lukasz Skalski Signed-off-by: David Herrmann --- 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 - kdbus_msg.reply_cookie must match the + kdbus_msg.cookie_reply must match the previous message's kdbus_msg.cookie. Expected replies also temporarily open the policy of the -- 2.3.2