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

v2 <- v1: Edit based on Rob's patch

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 3759cac..fba7995 100644
--- a/arch/arm/include/asm/xen/page.h
+++ b/arch/arm/include/asm/xen/page.h
@@ -117,6 +117,6 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn)
 	return __set_phys_to_machine(pfn, mfn);
 }
 
-#define xen_remap(cookie, size) ioremap_cache((cookie), (size));
+#define xen_remap(cookie, size) ioremap_cache((cookie), (size))
 
 #endif /* _ASM_ARM_XEN_PAGE_H */
-- 
1.8.4.3

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

* [PATCH V2] arm/xen: remove redundant semicolon in definition of ioremap_cache
@ 2014-01-03 15:10 Chen Baozi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Baozi @ 2014-01-03 15:10 UTC (permalink / raw)
  To: linux-arm-kernel

v2 <- v1: Edit based on Rob's patch

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 3759cac..fba7995 100644
--- a/arch/arm/include/asm/xen/page.h
+++ b/arch/arm/include/asm/xen/page.h
@@ -117,6 +117,6 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn)
 	return __set_phys_to_machine(pfn, mfn);
 }
 
-#define xen_remap(cookie, size) ioremap_cache((cookie), (size));
+#define xen_remap(cookie, size) ioremap_cache((cookie), (size))
 
 #endif /* _ASM_ARM_XEN_PAGE_H */
-- 
1.8.4.3

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

end of thread, other threads:[~2014-01-03 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-03 15:10 [PATCH V2] arm/xen: remove redundant semicolon in definition of ioremap_cache Chen Baozi
2014-01-03 15:10 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.