Thread (15 messages) 15 messages, 3 authors, 2020-03-09

RE: [PATCH v3 3/3] PCI: hv: Introduce hv_msi_entry

From: Dexuan Cui <decui@microsoft.com>
Date: 2020-02-13 04:18:12
Also in: linux-hyperv, linux-pci, lkml

quoted hunk ↗ jump to hunk
From: linux-hyperv-owner@vger.kernel.org
[off-list ref] On Behalf Of Boqun Feng
diff --git a/arch/x86/include/asm/hyperv-tlfs.h
b/arch/x86/include/asm/hyperv-tlfs.h

+union hv_msi_entry {
+	u64 as_uint64;
+	struct {
+		u32 address;
+		u32 data;
+	} __packed;
+};
Just a small thing: should we move the __packed to after the "}" of
the union hv_msi_entry ?

Reviewed-by: Dexuan Cui <decui@microsoft.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help