linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen: remove trailing semicolon in macro definition
@ 2020-11-27 16:07 trix
  2020-12-02 10:36 ` Jürgen Groß
  2020-12-16  7:02 ` Jürgen Groß
  0 siblings, 2 replies; 3+ messages in thread
From: trix @ 2020-11-27 16:07 UTC (permalink / raw)
  To: boris.ostrovsky, jgross, sstabellini, tglx, mingo, bp, hpa
  Cc: x86, xen-devel, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

The macro use will already have a semicolon.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 arch/x86/include/asm/xen/page.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/xen/page.h b/arch/x86/include/asm/xen/page.h
index 5941e18edd5a..1a162e559753 100644
--- a/arch/x86/include/asm/xen/page.h
+++ b/arch/x86/include/asm/xen/page.h
@@ -355,7 +355,7 @@ unsigned long arbitrary_virt_to_mfn(void *vaddr);
 void make_lowmem_page_readonly(void *vaddr);
 void make_lowmem_page_readwrite(void *vaddr);
 
-#define xen_remap(cookie, size) ioremap((cookie), (size));
+#define xen_remap(cookie, size) ioremap((cookie), (size))
 #define xen_unmap(cookie) iounmap((cookie))
 
 static inline bool xen_arch_need_swiotlb(struct device *dev,
-- 
2.18.4


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

* Re: [PATCH] xen: remove trailing semicolon in macro definition
  2020-11-27 16:07 [PATCH] xen: remove trailing semicolon in macro definition trix
@ 2020-12-02 10:36 ` Jürgen Groß
  2020-12-16  7:02 ` Jürgen Groß
  1 sibling, 0 replies; 3+ messages in thread
From: Jürgen Groß @ 2020-12-02 10:36 UTC (permalink / raw)
  To: trix, boris.ostrovsky, sstabellini, tglx, mingo, bp, hpa
  Cc: x86, xen-devel, linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 239 bytes --]

On 27.11.20 17:07, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> The macro use will already have a semicolon.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

[-- Attachment #1.1.2: OpenPGP_0xB0DE9DD628BF132F.asc --]
[-- Type: application/pgp-keys, Size: 3135 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

* Re: [PATCH] xen: remove trailing semicolon in macro definition
  2020-11-27 16:07 [PATCH] xen: remove trailing semicolon in macro definition trix
  2020-12-02 10:36 ` Jürgen Groß
@ 2020-12-16  7:02 ` Jürgen Groß
  1 sibling, 0 replies; 3+ messages in thread
From: Jürgen Groß @ 2020-12-16  7:02 UTC (permalink / raw)
  To: trix, boris.ostrovsky, sstabellini, tglx, mingo, bp, hpa
  Cc: x86, xen-devel, linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 233 bytes --]

On 27.11.20 17:07, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> The macro use will already have a semicolon.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>

Applied to: xen/tip.git for-linus-5.11


Juergen

[-- Attachment #1.1.2: OpenPGP_0xB0DE9DD628BF132F.asc --]
[-- Type: application/pgp-keys, Size: 3135 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

end of thread, other threads:[~2020-12-16  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 16:07 [PATCH] xen: remove trailing semicolon in macro definition trix
2020-12-02 10:36 ` Jürgen Groß
2020-12-16  7:02 ` Jürgen Groß

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).