Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965162AbbDIKI7 (ORCPT ); Thu, 9 Apr 2015 06:08:59 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:50012 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965147AbbDIKIx (ORCPT ); Thu, 9 Apr 2015 06:08:53 -0400 X-Sasl-enc: EGUPjMISRucpPYHncmSSBD9bvZb/Lh4CAHmryadDop4p 1428574132 From: Sergei Zviagintsev To: Greg Kroah-Hartman , Daniel Mack , David Herrmann , Djalal Harouni Cc: Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Sergei Zviagintsev Subject: [PATCH] Documentation: kdbus: Fix description of KDBUS_SEND_SYNC_REPLY flag Date: Thu, 9 Apr 2015 13:08:05 +0300 Message-Id: <1428574087-18502-2-git-send-email-sergei@s15v.net> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1239 Lines: 28 Signed-off-by: Sergei Zviagintsev --- Documentation/kdbus/kdbus.message.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/kdbus/kdbus.message.xml b/Documentation/kdbus/kdbus.message.xml index 061a407d50c7..0115d9d50db3 100644 --- a/Documentation/kdbus/kdbus.message.xml +++ b/Documentation/kdbus/kdbus.message.xml @@ -242,8 +242,8 @@ struct kdbus_cmd_send { . The offset of the reply message in the sender's pool is stored - in in offset_reply when the ioctl has - returned without error. Hence, there is no need for another + in reply when the ioctl has returned without + error. Hence, there is no need for another KDBUS_CMD_RECV ioctl or anything else to receive the reply. -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/