Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756219Ab3GEBIr (ORCPT ); Thu, 4 Jul 2013 21:08:47 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:58135 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781Ab3GEBIo (ORCPT ); Thu, 4 Jul 2013 21:08:44 -0400 Message-ID: <51D61C4D.4070501@gmail.com> Date: Fri, 05 Jul 2013 09:07:25 +0800 From: Chen Gang F T User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "'Jiri Kosina'" , Arnd Bergmann , Geert Uytterhoeven CC: "linux-kernel@vger.kernel.org" , Linux-Arch , Greg KH Subject: Re: [PATCH v2] include/asm-generic/iomap.h: trivial: use '__ASM_GENERIC_IOMAP_H' instead of '__GENERIC_IO_H' References: <51CCF58E.9000007@asianux.com> <51CCF659.7070908@asianux.com> <51CCF6E1.3080200@asianux.com> In-Reply-To: <51CCF6E1.3080200@asianux.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 42 Hello maintainers: Please help check this patch whether OK, when you have time. Thanks. On 06/28/2013 10:37 AM, Chen Gang wrote: > Recommend to let the header file macro mark match the file name. > > Signed-off-by: Chen Gang > --- > include/asm-generic/iomap.h | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/asm-generic/iomap.h b/include/asm-generic/iomap.h > index 6afd7d6..facfb39 100644 > --- a/include/asm-generic/iomap.h > +++ b/include/asm-generic/iomap.h > @@ -1,5 +1,5 @@ > -#ifndef __GENERIC_IO_H > -#define __GENERIC_IO_H > +#ifndef __ASM_GENERIC_IOMAP_H > +#define __ASM_GENERIC_IOMAP_H > > #include > #include > @@ -78,4 +78,4 @@ static inline void pci_iounmap(struct pci_dev *dev, void __iomem *addr) > > #include > > -#endif > +#endif /* __ASM_GENERIC_IOMAP_H */ > -- 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/