From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754590AbbCQVlA (ORCPT ); Tue, 17 Mar 2015 17:41:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51972 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753294AbbCQVk6 (ORCPT ); Tue, 17 Mar 2015 17:40:58 -0400 Date: Tue, 17 Mar 2015 22:40:54 +0100 From: Greg Kroah-Hartman To: lucas.de.marchi@gmail.com Cc: linux-kernel@vger.kernel.org, daniel@zonque.org, David Herrmann , Lucas De Marchi Subject: Re: [PATCH] kdbus: fix header guard name Message-ID: <20150317214054.GA21729@kroah.com> References: <1426594902-8536-1-git-send-email-lucas.de.marchi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426594902-8536-1-git-send-email-lucas.de.marchi@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 Tue, Mar 17, 2015 at 09:21:42AM -0300, lucas.de.marchi@gmail.com wrote: > From: Lucas De Marchi > > UAPI headers have a _UAPI_ as prefix, which is removed during > headers_install. If it's put as a suffix it will not be removed and will > be the only header with UAPI in the header guard macro. > > Signed-off-by: Lucas De Marchi > Reviewed-by: David Herrmann > --- > include/uapi/linux/kdbus.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. greg k-h