On 01/20/2017 11:33 PM, Hugo Guiroux wrote: > From 49f3860d9ff27113e64f7af3ebd38cb6853008c6 Mon Sep 17 00:00:00 2001 > From: Hugo Guiroux <hugo.guiroux@xxxxxxxxx> > Date: Fri, 20 Jan 2017 11:16:22 +0100 > Subject: [PATCH] perf_event_open.2: wsfix Hello Hugo, There seems to be a white-space problem with your patch, so I made the change manually. Thanks for the report! Cheers, Michael > --- > man2/perf_event_open.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 > index 65239e610..daaf087d8 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -2038,7 +2038,7 @@ struct { > u64 nr; /* if PERF_SAMPLE_CALLCHAIN */ > u64 ips[nr]; /* if PERF_SAMPLE_CALLCHAIN */ > u32 size; /* if PERF_SAMPLE_RAW */ > - cha r data[size]; /* if PERF_SAMPLE_RAW */ > + char data[size]; /* if PERF_SAMPLE_RAW */ > u64 bnr; /* if PERF_SAMPLE_BRANCH_STACK */ > struct perf_branch_entry lbr[bnr]; > /* if PERF_SAMPLE_BRANCH_STACK */ > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html