aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-03-30 09:54:22 -0600
committerAlex Williamson <alex.williamson@redhat.com>2021-04-06 11:53:50 -0600
commitf5c858ec2b1d2a2656d78a5efe37cfcf568fce31 (patch)
treee7c1b319eaebf9d4e977445c03c549eb542f865a /drivers/vfio
parentvfio/pci: fix a couple of spelling mistakes (diff)
downloadlinux-dev-f5c858ec2b1d2a2656d78a5efe37cfcf568fce31.tar.xz
linux-dev-f5c858ec2b1d2a2656d78a5efe37cfcf568fce31.zip
vfio/platform: Fix spelling mistake "registe" -> "register"
There is a spelling mistake in a comment, fix it. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Acked-by: Eric Auger <eric.auger@redhat.com> Message-Id: <20210326083528.1329-5-thunder.leizhen@huawei.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio')
-rw-r--r--drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c b/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c
index 09a9453b75c5..63cc7f0b2e4a 100644
--- a/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c
+++ b/drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c
@@ -26,7 +26,7 @@
#define XGMAC_DMA_CONTROL 0x00000f18 /* Ctrl (Operational Mode) */
#define XGMAC_DMA_INTR_ENA 0x00000f1c /* Interrupt Enable */
-/* DMA Control registe defines */
+/* DMA Control register defines */
#define DMA_CONTROL_ST 0x00002000 /* Start/Stop Transmission */
#define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */