diff options
author | Nghia Le <[email protected]> | 2021-08-24 15:59:47 +0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-08-24 15:01:31 -0300 |
commit | ce73af80876dba7b855fe36d1ec473f77300c214 (patch) | |
tree | e0dff1f0f4df0b05a7e9283d74ffbb4d2bc89a64 | |
parent | 6ca822e57638783e0fff4273153b97d72f485760 (diff) |
perf tools: Add missing newline at the end of header file
Add missing newline at the end of file parse-sublevel-options.h.
Thus removing relevant warning reported by checkpatch.
Signed-off-by: Nghia Le <[email protected]>
Reviewed-by: Lukas Bulwahn <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http //lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/parse-sublevel-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/parse-sublevel-options.h b/tools/perf/util/parse-sublevel-options.h index 9b9efcc2aaad..578b18ef03bb 100644 --- a/tools/perf/util/parse-sublevel-options.h +++ b/tools/perf/util/parse-sublevel-options.h @@ -8,4 +8,4 @@ struct sublevel_option { int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts); -#endif
\ No newline at end of file +#endif |