From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935102AbbCPT5R (ORCPT ); Mon, 16 Mar 2015 15:57:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34891 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935069AbbCPT47 (ORCPT ); Mon, 16 Mar 2015 15:56:59 -0400 Date: Mon, 16 Mar 2015 20:56:54 +0100 From: Greg KH To: David Herrmann Cc: linux-kernel@vger.kernel.org, daniel@zonque.org, tixxdz@opendz.org, Lukasz Skalski Subject: Re: [PATCH] Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply' Message-ID: <20150316195654.GA1982@kroah.com> References: <1426498508-19616-1-git-send-email-dh.herrmann@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426498508-19616-1-git-send-email-dh.herrmann@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 16, 2015 at 10:35:08AM +0100, David Herrmann wrote: > 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. Now applied, thanks. greg k-h