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 735a3ac commit b705ca3Copy full SHA for b705ca3
tools/perf/trace/beauty/include/uapi/linux/vhost.h
@@ -28,10 +28,10 @@
28
29
/* Set current process as the (exclusive) owner of this file descriptor. This
30
* must be called before any other vhost command. Further calls to
31
- * VHOST_OWNER_SET fail until VHOST_OWNER_RESET is called. */
+ * VHOST_SET_OWNER fail until VHOST_RESET_OWNER is called. */
32
#define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
33
/* Give up ownership, and reset the device to default values.
34
- * Allows subsequent call to VHOST_OWNER_SET to succeed. */
+ * Allows subsequent call to VHOST_SET_OWNER to succeed. */
35
#define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
36
37
/* Set up/modify memory layout */
0 commit comments