Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhen Lei and committed by
Alex Williamson
f5c858ec d0915b32

+1 -1
+1 -1
drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c
··· 26 26 #define XGMAC_DMA_CONTROL 0x00000f18 /* Ctrl (Operational Mode) */ 27 27 #define XGMAC_DMA_INTR_ENA 0x00000f1c /* Interrupt Enable */ 28 28 29 - /* DMA Control registe defines */ 29 + /* DMA Control register defines */ 30 30 #define DMA_CONTROL_ST 0x00002000 /* Start/Stop Transmission */ 31 31 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ 32 32