diff options
author | Ian Rogers <irogers@google.com> | 2021-03-06 11:08:40 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-03-06 22:42:23 +0300 |
commit | 509bbd75f7ff878b5e3f78b9e14ba4b6e16dc3b0 (patch) | |
tree | b1b31e568bbe0be953ea31903d6152614431be65 /tools/perf/util/bpf_counter.h | |
parent | 7e1df64edeb294767f0976a7784fe1dbbe9f4394 (diff) | |
download | linux-509bbd75f7ff878b5e3f78b9e14ba4b6e16dc3b0.tar.xz |
perf bpf: Minor whitespace cleanup.
Missed space after #include.
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Song Liu <songliubraving@fb.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20210306080840.3785816-3-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/bpf_counter.h')
-rw-r--r-- | tools/perf/util/bpf_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/bpf_counter.h b/tools/perf/util/bpf_counter.h index 2eca210e5dc1..cb9c532e0a07 100644 --- a/tools/perf/util/bpf_counter.h +++ b/tools/perf/util/bpf_counter.h @@ -38,7 +38,7 @@ int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd); #else /* HAVE_BPF_SKEL */ -#include<linux/err.h> +#include <linux/err.h> static inline int bpf_counter__load(struct evsel *evsel __maybe_unused, struct target *target __maybe_unused) |