Skip to content

Commit b705ca3

Browse files
committed
tools include UAPI: Sync linux/vhost.h with the kernel sources
To get the changes in: a940e0a ("vhost: fix VHOST_*_OWNER documentation") That just changed lines in comments This addresses this perf build warning: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/linux/vhost.h include/uapi/linux/vhost.h Please see tools/include/uapi/README for further details. Acked-by: Stefano Garzarella <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Ian Rogers <[email protected]> Cc: James Clark <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Michael S. Tsirkin <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 735a3ac commit b705ca3

File tree

1 file changed

+2
-2
lines changed
  • tools/perf/trace/beauty/include/uapi/linux

1 file changed

+2
-2
lines changed

tools/perf/trace/beauty/include/uapi/linux/vhost.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
/* Set current process as the (exclusive) owner of this file descriptor. This
3030
* must be called before any other vhost command. Further calls to
31-
* VHOST_OWNER_SET fail until VHOST_OWNER_RESET is called. */
31+
* VHOST_SET_OWNER fail until VHOST_RESET_OWNER is called. */
3232
#define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
3333
/* Give up ownership, and reset the device to default values.
34-
* Allows subsequent call to VHOST_OWNER_SET to succeed. */
34+
* Allows subsequent call to VHOST_SET_OWNER to succeed. */
3535
#define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
3636

3737
/* Set up/modify memory layout */

0 commit comments

Comments
 (0)