diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.c')
-rw-r--r-- | tools/lib/traceevent/event-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c index afe20ed9fac8..2c0bd8f2aad0 100644 --- a/tools/lib/traceevent/event-parse.c +++ b/tools/lib/traceevent/event-parse.c | |||
@@ -3976,7 +3976,7 @@ static struct print_arg *make_bprint_args(char *fmt, void *data, int size, struc | |||
3976 | if (asprintf(&arg->atom.atom, "%lld", ip) < 0) | 3976 | if (asprintf(&arg->atom.atom, "%lld", ip) < 0) |
3977 | goto out_free; | 3977 | goto out_free; |
3978 | 3978 | ||
3979 | /* skip the first "%pf: " */ | 3979 | /* skip the first "%ps: " */ |
3980 | for (ptr = fmt + 5, bptr = data + field->offset; | 3980 | for (ptr = fmt + 5, bptr = data + field->offset; |
3981 | bptr < data + size && *ptr; ptr++) { | 3981 | bptr < data + size && *ptr; ptr++) { |
3982 | int ls = 0; | 3982 | int ls = 0; |