From: Dmitry V. Levin Date: Sat, 28 May 2016 00:12:01 +0000 (+0000) Subject: evdev.c: fix printing of EV_PWR's argument X-Git-Tag: v4.12~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47be9f259758fa65eff496a17ce879f63b208163;p=strace evdev.c: fix printing of EV_PWR's argument * evdev.c (bit_ioctl): Fix printing of comma before EV_PWR's argument. --- diff --git a/evdev.c b/evdev.c index 3b5cbe4b..24af1ca9 100644 --- a/evdev.c +++ b/evdev.c @@ -369,6 +369,7 @@ bit_ioctl(struct tcb *tcp, const unsigned int ev_nr, const long arg) return decode_bitset(tcp, arg, evdev_ff_types, FF_MAX, "FF_???"); case EV_PWR: + tprints(", "); printnum_int(tcp, arg, "%d"); return 1; case EV_FF_STATUS: