Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753674AbbFCK3K (ORCPT ); Wed, 3 Jun 2015 06:29:10 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:35186 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752868AbbFCK3A (ORCPT ); Wed, 3 Jun 2015 06:29:00 -0400 MIME-Version: 1.0 In-Reply-To: <1433260130-1604-1-git-send-email-sergei@s15v.net> References: <1433260130-1604-1-git-send-email-sergei@s15v.net> Date: Wed, 3 Jun 2015 12:28:59 +0200 Message-ID: Subject: Re: [PATCH] kdbus: update kernel-doc for kdbus_sync_reply_wakeup() From: David Herrmann To: Sergei Zviagintsev Cc: Greg Kroah-Hartman , Daniel Mack , David Herrmann , Djalal Harouni , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1306 Lines: 38 Hi On Tue, Jun 2, 2015 at 5:48 PM, Sergei Zviagintsev wrote: > kdbus_sync_reply_wakeup() doesn't remove reply object from connection > reply_list. Update function description. > > Signed-off-by: Sergei Zviagintsev > --- > ipc/kdbus/reply.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: David Herrmann Thanks! David > diff --git a/ipc/kdbus/reply.c b/ipc/kdbus/reply.c > index 008dca801627..89d355b44f63 100644 > --- a/ipc/kdbus/reply.c > +++ b/ipc/kdbus/reply.c > @@ -140,8 +140,7 @@ void kdbus_reply_unlink(struct kdbus_reply *r) > * @reply: The reply object > * @err: Error code to set on the remote side > * > - * Remove the synchronous reply object from its connection reply_list, and > - * wake up remote peer (method origin) with the appropriate synchronous reply > + * Wake up remote peer (method origin) with the appropriate synchronous reply > * code. > */ > void kdbus_sync_reply_wakeup(struct kdbus_reply *reply, int err) > -- > 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/