linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf tools: Fix error in demangle-ocaml.h
       [not found] <tencent_ECA15CC61879850D3C89CB23F8F3DD32600A@qq.com>
@ 2023-07-17  8:36 ` shijie001
  0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-17  8:36 UTC (permalink / raw)
  To: peterz, mingo, acme
  Cc: linux-perf-users, linux-kernel, mark.rutland, jolsa, namhyung,
	irogers, adrian.hunter

The following checkpatch error is removed:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Jie Shi <shijie001@208suo.com>
---
  tools/perf/util/demangle-ocaml.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/demangle-ocaml.h 
b/tools/perf/util/demangle-ocaml.h
index 843cc4fa10a6..7fff95ae354e 100644
--- a/tools/perf/util/demangle-ocaml.h
+++ b/tools/perf/util/demangle-ocaml.h
@@ -2,6 +2,6 @@
  #ifndef __PERF_DEMANGLE_OCAML
  #define __PERF_DEMANGLE_OCAML 1

-char * ocaml_demangle_sym(const char *str);
+char *ocaml_demangle_sym(const char *str);

  #endif /* __PERF_DEMANGLE_OCAML */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-17  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tencent_ECA15CC61879850D3C89CB23F8F3DD32600A@qq.com>
2023-07-17  8:36 ` [PATCH] perf tools: Fix error in demangle-ocaml.h shijie001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).