[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230529181729.15745-1-feliu@nvidia.com>
Date: Mon, 29 May 2023 14:17:29 -0400
From: Feng Liu <feliu@...dia.com>
To: <virtualization@...ts.linux-foundation.org>,
<linux-kernel@...r.kernel.org>
CC: Jason Wang <jasowang@...hat.com>,
"Michael S . Tsirkin" <mst@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>,
Feng Liu <feliu@...dia.com>, "Jiri Pirko" <jiri@...dia.com>
Subject: [PATCH v1] virtio-pci: Improve code style for including header files
Fix code style related to including header file. Include header files
before declaring macro definitions to avoid conflicts.
Signed-off-by: Feng Liu <feliu@...dia.com>
Reviewed-by: Jiri Pirko <jiri@...dia.com>
---
drivers/virtio/virtio_pci_modern.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/virtio/virtio_pci_modern.c b/drivers/virtio/virtio_pci_modern.c
index d6bb68ba84e5..b21a489e0086 100644
--- a/drivers/virtio/virtio_pci_modern.c
+++ b/drivers/virtio/virtio_pci_modern.c
@@ -15,9 +15,10 @@
*/
#include <linux/delay.h>
+#include "virtio_pci_common.h"
+
#define VIRTIO_PCI_NO_LEGACY
#define VIRTIO_RING_NO_LEGACY
-#include "virtio_pci_common.h"
static u64 vp_get_features(struct virtio_device *vdev)
{
--
2.37.1 (Apple Git-137.1)
Powered by blists - more mailing lists