]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
vfio/platform: Fix spelling mistake "registe" -> "register"
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 30 Mar 2021 15:54:22 +0000 (09:54 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 6 Apr 2021 17:53:50 +0000 (11:53 -0600)
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>
drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c

index 09a9453b75c5592539dc23118ab365d507ccac6f..63cc7f0b2e4a437a4d446b54e4937bcb6ed88876 100644 (file)
@@ -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 */