mbox series

[0/3] linux-user: Fix some minor nits

Message ID 20220114153732.3767229-1-peter.maydell@linaro.org
Headers show
Series linux-user: Fix some minor nits | expand

Message

Peter Maydell Jan. 14, 2022, 3:37 p.m. UTC
This patchset fixes up some minor nits in the linux-user code that I
noticed while I was reading code to assist with reviewing the
bsd-user signal handling.

thanks
-- PMM

Peter Maydell (3):
  linux-user: Remove unnecessary 'aligned' attribute from TaskState
  linux-user: Rename user_force_sig tracepoint to match function name
  linux-user: Return void from queue_signal()

 linux-user/qemu.h          | 6 +-----
 linux-user/signal-common.h | 4 ++--
 linux-user/signal.c        | 7 +++----
 linux-user/trace-events    | 2 +-
 4 files changed, 7 insertions(+), 12 deletions(-)