Skip to content

Commit 6577067

Browse files
Bo Liuawilliam
authored andcommitted
vfio/pci: fix the wrong word
This patch fixes a wrong word in comment. Signed-off-by: Bo Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
1 parent 7654a88 commit 6577067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/vfio/pci/vfio_pci_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ int vfio_config_init(struct vfio_pci_core_device *vdev)
17281728
/*
17291729
* Config space, caps and ecaps are all dword aligned, so we could
17301730
* use one byte per dword to record the type. However, there are
1731-
* no requiremenst on the length of a capability, so the gap between
1731+
* no requirements on the length of a capability, so the gap between
17321732
* capabilities needs byte granularity.
17331733
*/
17341734
map = kmalloc(pdev->cfg_size, GFP_KERNEL);

0 commit comments

Comments
 (0)