We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7654a88 commit 6577067Copy full SHA for 6577067
drivers/vfio/pci/vfio_pci_config.c
@@ -1728,7 +1728,7 @@ int vfio_config_init(struct vfio_pci_core_device *vdev)
1728
/*
1729
* Config space, caps and ecaps are all dword aligned, so we could
1730
* 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
+ * no requirements on the length of a capability, so the gap between
1732
* capabilities needs byte granularity.
1733
*/
1734
map = kmalloc(pdev->cfg_size, GFP_KERNEL);
0 commit comments