Message ID | 20190321194717.5511be52@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | 5b95455cc170429ecedded8b62c51e4d4a50bc0e |
Headers | show |
Series | trace-cmd: Fix whitespace in tracecmd_init_data() | expand |
diff --git a/lib/trace-cmd/trace-input.c b/lib/trace-cmd/trace-input.c index c03aea8f60d7..693851311660 100644 --- a/lib/trace-cmd/trace-input.c +++ b/lib/trace-cmd/trace-input.c @@ -2390,7 +2390,7 @@ static int read_and_parse_trace_clock(struct tracecmd_input *handle, int tracecmd_init_data(struct tracecmd_input *handle) { struct tep_handle *pevent = handle->pevent; - unsigned int cpus; + unsigned int cpus; int ret; if (read4(handle, &cpus) < 0)