Commit bfe24e1a authored by Kevin Wolf's avatar Kevin Wolf
Browse files

trace-events: Rename 'next' argument



'next' is a systemtap keyword, so it's a bad idea to use it as an
argument name.

Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 8f8d364f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ qemu_coroutine_terminate(void *co) "self %p"

# qemu-coroutine-lock.c
qemu_co_queue_next_bh(void) ""
qemu_co_queue_next(void *next) "next %p"
qemu_co_queue_next(void *nxt) "next %p"
qemu_co_mutex_lock_entry(void *mutex, void *self) "mutex %p self %p"
qemu_co_mutex_lock_return(void *mutex, void *self) "mutex %p self %p"
qemu_co_mutex_unlock_entry(void *mutex, void *self) "mutex %p self %p"