include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR instead
authorThomas Huth <thuth@redhat.com>
Mon, 16 May 2022 10:12:02 +0000 (12:12 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 16 May 2022 18:39:43 +0000 (12:39 -0600)
commit1c05bb947f6464756174830b778aabf8f9d6ed0e
tree1ac7f999d0967145e83b7ec719f3d80db45a0e95
parent6a985ae80befcf2c00e7c889336bfe9e9739e2ef
include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR instead

There is no macro called _IORW, so use _IOWR in the comment instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Link: https://lore.kernel.org/r/20220516101202.88373-1-thuth@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
include/uapi/linux/vfio.h