All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: bcm-kernel-feedback-list@broadcom.com,
	Florian Fainelli <f.fainelli@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>, Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org (open list),
	linux-arch@vger.kernel.org (open list:GENERIC INCLUDE/ASM HEADER
	FILES), Dave Gerlach <d-gerlach@ti.com>,
	Tony Lindgren <tony@atomide.com>, Keerthy J <j-keerthy@ti.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	linux-omap@vger.kernel.org, Shawn Guo <shawnguo@kernel.org>
Subject: [PATCH v3 1/4] ARM: fncpy: Rename include guards
Date: Fri, 16 Jun 2017 17:07:41 -0700	[thread overview]
Message-ID: <20170617000744.22158-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170617000744.22158-1-f.fainelli@gmail.com>

In preparation for allowing a generic fncpy() implementation to live
under include/asm-generic/fncpy.h, rename the current include guards to
be __ASM_ARM_FNCPY_H, this also makes the header file more consistent
with other headers in the same directory.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/include/asm/fncpy.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/include/asm/fncpy.h b/arch/arm/include/asm/fncpy.h
index de5354746924..86a8fc14cde9 100644
--- a/arch/arm/include/asm/fncpy.h
+++ b/arch/arm/include/asm/fncpy.h
@@ -53,8 +53,8 @@
  * in the file where f is defined.
  */
 
-#ifndef __ASM_FNCPY_H
-#define __ASM_FNCPY_H
+#ifndef __ASM_ARM_FNCPY_H
+#define __ASM_ARM_FNCPY_H
 
 #include <linux/types.h>
 #include <linux/string.h>
@@ -91,4 +91,4 @@
 	__result;							\
 })
 
-#endif /* !__ASM_FNCPY_H */
+#endif /* !__ASM_ARM_FNCPY_H */
-- 
2.9.3

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: bcm-kernel-feedback-list@broadcom.com,
	Florian Fainelli <f.fainelli@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>, Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	open list <linux-kernel@vger.kernel.org>,
	"open list:GENERIC INCLUDE/ASM HEADER FILES"
	<linux-arch@vger.kernel.org>, Dave Gerlach <d-gerlach@ti.com>,
	Tony Lindgren <tony@atomide.com>, Keerthy J <j-keerthy@ti.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	linux-omap@vger.kernel.org, Shawn Guo <shawnguo@kernel.org>
Subject: [PATCH v3 1/4] ARM: fncpy: Rename include guards
Date: Fri, 16 Jun 2017 17:07:41 -0700	[thread overview]
Message-ID: <20170617000744.22158-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170617000744.22158-1-f.fainelli@gmail.com>

In preparation for allowing a generic fncpy() implementation to live
under include/asm-generic/fncpy.h, rename the current include guards to
be __ASM_ARM_FNCPY_H, this also makes the header file more consistent
with other headers in the same directory.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/include/asm/fncpy.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/include/asm/fncpy.h b/arch/arm/include/asm/fncpy.h
index de5354746924..86a8fc14cde9 100644
--- a/arch/arm/include/asm/fncpy.h
+++ b/arch/arm/include/asm/fncpy.h
@@ -53,8 +53,8 @@
  * in the file where f is defined.
  */
 
-#ifndef __ASM_FNCPY_H
-#define __ASM_FNCPY_H
+#ifndef __ASM_ARM_FNCPY_H
+#define __ASM_ARM_FNCPY_H
 
 #include <linux/types.h>
 #include <linux/string.h>
@@ -91,4 +91,4 @@
 	__result;							\
 })
 
-#endif /* !__ASM_FNCPY_H */
+#endif /* !__ASM_ARM_FNCPY_H */
-- 
2.9.3

WARNING: multiple messages have this Message-ID (diff)
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/4] ARM: fncpy: Rename include guards
Date: Fri, 16 Jun 2017 17:07:41 -0700	[thread overview]
Message-ID: <20170617000744.22158-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170617000744.22158-1-f.fainelli@gmail.com>

In preparation for allowing a generic fncpy() implementation to live
under include/asm-generic/fncpy.h, rename the current include guards to
be __ASM_ARM_FNCPY_H, this also makes the header file more consistent
with other headers in the same directory.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/include/asm/fncpy.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/include/asm/fncpy.h b/arch/arm/include/asm/fncpy.h
index de5354746924..86a8fc14cde9 100644
--- a/arch/arm/include/asm/fncpy.h
+++ b/arch/arm/include/asm/fncpy.h
@@ -53,8 +53,8 @@
  * in the file where f is defined.
  */
 
-#ifndef __ASM_FNCPY_H
-#define __ASM_FNCPY_H
+#ifndef __ASM_ARM_FNCPY_H
+#define __ASM_ARM_FNCPY_H
 
 #include <linux/types.h>
 #include <linux/string.h>
@@ -91,4 +91,4 @@
 	__result;							\
 })
 
-#endif /* !__ASM_FNCPY_H */
+#endif /* !__ASM_ARM_FNCPY_H */
-- 
2.9.3

  reply	other threads:[~2017-06-17  0:07 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-17  0:07 [PATCH v3 0/4] Generalize fncpy availability Florian Fainelli
2017-06-17  0:07 ` Florian Fainelli
2017-06-17  0:07 ` Florian Fainelli
2017-06-17  0:07 ` Florian Fainelli [this message]
2017-06-17  0:07   ` [PATCH v3 1/4] ARM: fncpy: Rename include guards Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-17  0:07 ` [PATCH v3 2/4] asm-generic: Provide a fncpy() implementation Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-18 23:51   ` Yury Norov
2017-06-18 23:51     ` Yury Norov
2017-06-18 23:51     ` Yury Norov
2017-06-18 23:51     ` Yury Norov
2017-06-18 23:51     ` Yury Norov
2017-06-19  1:11     ` Yury Norov
2017-06-19  1:11       ` Yury Norov
2017-06-19  1:11       ` Yury Norov
2017-06-19 15:18     ` Yury Norov
2017-06-19 15:18       ` Yury Norov
2017-06-19 15:18       ` Yury Norov
2017-06-19 15:18       ` Yury Norov
2017-06-19 17:27       ` Florian Fainelli
2017-06-19 17:27         ` Florian Fainelli
2017-06-19 17:27         ` Florian Fainelli
2017-06-19 17:43       ` Russell King - ARM Linux
2017-06-19 17:43         ` Russell King - ARM Linux
2017-06-19 17:43         ` Russell King - ARM Linux
2017-06-20 14:27         ` Yury Norov
2017-06-20 14:27           ` Yury Norov
2017-06-20 14:27           ` Yury Norov
2017-06-19 20:58     ` Florian Fainelli
2017-06-19 20:58       ` Florian Fainelli
2017-06-19 20:58       ` Florian Fainelli
2017-06-20 14:24       ` Yury Norov
2017-06-20 14:24         ` Yury Norov
2017-06-20 14:24         ` Yury Norov
2017-06-17  0:07 ` [PATCH v3 3/4] arm64: Provide a fncpy implementation Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-17  0:07 ` [PATCH v3 4/4] misc: sram: Allow ARM64 to select SRAM_EXEC Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-17  0:07   ` Florian Fainelli
2017-06-28 14:55   ` Mark Rutland
2017-06-28 14:55     ` Mark Rutland
2017-06-28 14:55     ` Mark Rutland
2017-06-19 12:24 ` [PATCH v3 0/4] Generalize fncpy availability Mark Rutland
2017-06-19 12:24   ` Mark Rutland
2017-06-19 12:24   ` Mark Rutland
2017-06-19 13:53   ` Tony Lindgren
2017-06-19 13:53     ` Tony Lindgren
2017-06-19 13:53     ` Tony Lindgren
2017-06-19 17:32   ` Florian Fainelli
2017-06-19 17:32     ` Florian Fainelli
2017-06-19 17:32     ` Florian Fainelli
2017-06-20  9:10     ` Lorenzo Pieralisi
2017-06-20  9:10       ` Lorenzo Pieralisi
2017-06-20  9:10       ` Lorenzo Pieralisi
2017-06-20 16:20       ` Florian Fainelli
2017-06-20 16:20         ` Florian Fainelli
2017-06-20 16:20         ` Florian Fainelli
2017-06-20 16:46         ` Lorenzo Pieralisi
2017-06-20 16:46           ` Lorenzo Pieralisi
2017-06-20 16:46           ` Lorenzo Pieralisi
2017-06-20 16:54         ` Sudeep Holla
2017-06-20 16:54           ` Sudeep Holla
2017-06-20 16:54           ` Sudeep Holla
2017-06-20 16:54           ` Sudeep Holla
2017-06-20 17:03           ` Florian Fainelli
2017-06-20 17:03             ` Florian Fainelli
2017-06-20 17:03             ` Florian Fainelli
2017-06-19 13:34 ` David Howells
2017-06-19 13:34   ` David Howells
2017-06-19 13:34   ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170617000744.22158-2-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=catalin.marinas@arm.com \
    --cc=d-gerlach@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=j-keerthy@ti.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=shawnguo@kernel.org \
    --cc=tony@atomide.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.