linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/tboot: remove trailing semicolon in macro definition
@ 2020-11-27 16:09 trix
  0 siblings, 0 replies; only message in thread
From: trix @ 2020-11-27 16:09 UTC (permalink / raw)
  To: ning.sun, tglx, mingo, bp, hpa; +Cc: x86, tboot-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/kernel/tboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c
index 7b1425dc2549..fdbb2f9ac61d 100644
--- a/arch/x86/kernel/tboot.c
+++ b/arch/x86/kernel/tboot.c
@@ -257,7 +257,7 @@ static void tboot_copy_fadt(const struct acpi_table_fadt *fadt)
 	tbg.bit_width    = g.bit_width;		\
 	tbg.bit_offset   = g.bit_offset;	\
 	tbg.access_width = g.access_width;	\
-	tbg.address      = g.address;
+	tbg.address      = g.address
 
 	TB_COPY_GAS(tboot->acpi_sinfo.pm1a_cnt_blk, fadt->xpm1a_control_block);
 	TB_COPY_GAS(tboot->acpi_sinfo.pm1b_cnt_blk, fadt->xpm1b_control_block);
-- 
2.18.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-27 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 16:09 [PATCH] x86/tboot: remove trailing semicolon in macro definition trix

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).