perf intel-pt: pkt-decoder: Remove misplaced linebreak
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 24 Jan 2022 08:41:38 +0000 (10:41 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Feb 2022 20:05:41 +0000 (17:05 -0300)
Minor whitespace fix up.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20220124084201.2699795-3-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c

index 4bd154848cad01e962f3da185cda6e12598a3fb8..fada96746705c20b5ff8f30fe84561b787d3bb60 100644 (file)
@@ -197,8 +197,7 @@ static int intel_pt_get_mnt(const unsigned char *buf, size_t len,
                return INTEL_PT_NEED_MORE_BYTES;
        packet->type = INTEL_PT_MNT;
        memcpy_le64(&packet->payload, buf + 3, 8);
-       return 11
-;
+       return 11;
 }
 
 static int intel_pt_get_3byte(const unsigned char *buf, size_t len,