From: Bo Liu Date: Mon, 4 Jul 2022 02:36:49 +0000 (-0400) Subject: vfio/pci: fix the wrong word X-Git-Tag: v6.0-rc1~97^2~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6577067d7f044923aa26129766d6b457030a251b;p=thirdparty%2Fkernel%2Flinux.git vfio/pci: fix the wrong word This patch fixes a wrong word in comment. Signed-off-by: Bo Liu Link: https://lore.kernel.org/r/20220704023649.3913-1-liubo03@inspur.com Signed-off-by: Alex Williamson --- diff --git a/drivers/vfio/pci/vfio_pci_config.c b/drivers/vfio/pci/vfio_pci_config.c index 9343f597182d9..97e5ade6efb33 100644 --- a/drivers/vfio/pci/vfio_pci_config.c +++ b/drivers/vfio/pci/vfio_pci_config.c @@ -1728,7 +1728,7 @@ int vfio_config_init(struct vfio_pci_core_device *vdev) /* * Config space, caps and ecaps are all dword aligned, so we could * use one byte per dword to record the type. However, there are - * no requiremenst on the length of a capability, so the gap between + * no requirements on the length of a capability, so the gap between * capabilities needs byte granularity. */ map = kmalloc(pdev->cfg_size, GFP_KERNEL);