Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762440Ab3IEBG2 (ORCPT ); Wed, 4 Sep 2013 21:06:28 -0400 Received: from intranet.asianux.com ([58.214.24.6]:57239 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754023Ab3IEBG0 (ORCPT ); Wed, 4 Sep 2013 21:06:26 -0400 X-Spam-Score: -100.9 Message-ID: <5227D8D2.4020600@asianux.com> Date: Thu, 05 Sep 2013 09:05:22 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Rob Landley , Joe Perches , "'Jiri Kosina'" , Michael Kerrisk , Geert Uytterhoeven CC: Andrew Morton , Paul McKenney , "dhowells@redhat.com" , Thomas Gleixner , davej@redhat.com, Arnd Bergmann , David Miller , "linux-kernel@vger.kernel.org" , Li Zefan , Greg KH , Linus Torvalds Subject: Re: [PATCH trivial v2] UAPI: Kbuild: add/modify comments for "uapi/Kbuild" and "uapi/linux/Kbuild" References: <52005571.4080704@asianux.com> <1375810303.2424.28.camel@joe-AO722> <1375860749.8422.25@driftwood> <520209FA.70409@asianux.com> <5202FEC3.4010408@asianux.com> <52145F5C.9090907@asianux.com> <521739B3.9050001@asianux.com> <52257A3E.7040001@asianux.com> <5227D472.1010100@asianux.com> In-Reply-To: <5227D472.1010100@asianux.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1439 Lines: 44 Oh, sorry the patch subject should be changed too. I will send patch v3. On 09/05/2013 08:46 AM, Chen Gang wrote: > "include/uapi/" is the whole Linux kernel API, it is important enough > to get more global explanations by comments. > > In "include/uapi/Kbuild", "Makefile..." and "non-arch..." comments are > meaningless for current 'Kbuild', so delete them. > > And add more explanations for "include/uapi/" in "include/uapi/Kbuild", > > > Signed-off-by: Chen Gang > --- > include/uapi/Kbuild | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/include/uapi/Kbuild b/include/uapi/Kbuild > index 81d2106..287e8d0 100644 > --- a/include/uapi/Kbuild > +++ b/include/uapi/Kbuild > @@ -1,7 +1,8 @@ > # UAPI Header export list > -# Top-level Makefile calls into asm-$(ARCH) > -# List only non-arch directories below > - > +# > +# UAPI means "Userspace API" which will be installed to "/usr/include". > +# Except "linux/", the other current level directories are for compatibility. > +# It will not accept the new additional current level directories or files. > > header-y += asm-generic/ > header-y += linux/ > -- Chen Gang -- 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/