All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached
@ 2014-01-03 14:17 Chen Baozi
  0 siblings, 0 replies; 4+ messages in thread
From: Chen Baozi @ 2014-01-03 14:17 UTC (permalink / raw)
  To: linux-arm-kernel, xen-devel
  Cc: catalin.marinas, Chen Baozi, liuw, stefano.stabellini

Reported-by: Wei Liu <liuw@liuw.name>
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
 arch/arm/include/asm/xen/page.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h
index b3368df..8a6155f 100644
--- a/arch/arm/include/asm/xen/page.h
+++ b/arch/arm/include/asm/xen/page.h
@@ -120,7 +120,7 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn)
 #ifdef CONFIG_ARM64
 #define xen_remap(cookie, size) ioremap_cache((cookie), (size))
 #else
-#define xen_remap(cookie, size) ioremap_cached((cookie), (size));
+#define xen_remap(cookie, size) ioremap_cached((cookie), (size))
 #endif
 
 #endif /* _ASM_ARM_XEN_PAGE_H */
-- 
1.8.4.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached
  2014-01-06 10:11 ` Ian Campbell
@ 2014-01-06 13:29   ` Chen Baozi
  0 siblings, 0 replies; 4+ messages in thread
From: Chen Baozi @ 2014-01-06 13:29 UTC (permalink / raw)
  To: Ian Campbell
  Cc: xen-devel, liuw, Stefano Stabellini, linux-arm-kernel, catalin.marinas


On Jan 6, 2014, at 18:11, Ian Campbell <Ian.Campbell@citrix.com> wrote:

> On Fri, 2014-01-03 at 22:17 +0800, Chen Baozi wrote:
>> Reported-by: Wei Liu <liuw@liuw.name>
>> Signed-off-by: Chen Baozi <baozich@gmail.com>
> 
> Heh, Wei beat you to the patch by 14 minutes ;-)

lol, there must be something wrong with my mail box. I didn’t notice
it when sending this patch.

> 
> See <1388757815-11394-1-git-send-email-wei.liu2@citrix.com>
> 
> Ian.
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached
  2014-01-03 14:17 Chen Baozi
@ 2014-01-06 10:11 ` Ian Campbell
  2014-01-06 13:29   ` Chen Baozi
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Campbell @ 2014-01-06 10:11 UTC (permalink / raw)
  To: Chen Baozi
  Cc: xen-devel, liuw, stefano.stabellini, linux-arm-kernel, catalin.marinas

On Fri, 2014-01-03 at 22:17 +0800, Chen Baozi wrote:
> Reported-by: Wei Liu <liuw@liuw.name>
> Signed-off-by: Chen Baozi <baozich@gmail.com>

Heh, Wei beat you to the patch by 14 minutes ;-)

See <1388757815-11394-1-git-send-email-wei.liu2@citrix.com>

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached
@ 2014-01-03 14:17 Chen Baozi
  2014-01-06 10:11 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Baozi @ 2014-01-03 14:17 UTC (permalink / raw)
  To: linux-arm-kernel

Reported-by: Wei Liu <liuw@liuw.name>
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
 arch/arm/include/asm/xen/page.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h
index b3368df..8a6155f 100644
--- a/arch/arm/include/asm/xen/page.h
+++ b/arch/arm/include/asm/xen/page.h
@@ -120,7 +120,7 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn)
 #ifdef CONFIG_ARM64
 #define xen_remap(cookie, size) ioremap_cache((cookie), (size))
 #else
-#define xen_remap(cookie, size) ioremap_cached((cookie), (size));
+#define xen_remap(cookie, size) ioremap_cached((cookie), (size))
 #endif
 
 #endif /* _ASM_ARM_XEN_PAGE_H */
-- 
1.8.4.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-06 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-03 14:17 [PATCH] arm/xen: remove redundant semicolon in definition of ioremap_cached Chen Baozi
2014-01-03 14:17 Chen Baozi
2014-01-06 10:11 ` Ian Campbell
2014-01-06 13:29   ` Chen Baozi

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.