Commit 6816c254 authored by Adrian Hunter's avatar Adrian Hunter Committed by Arnaldo Carvalho de Melo

perf intel-pt: pkt-decoder: Remove misplaced linebreak

Minor whitespace fix up.
Signed-off-by: default avatarAdrian 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.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 32449b43
...@@ -197,8 +197,7 @@ static int intel_pt_get_mnt(const unsigned char *buf, size_t len, ...@@ -197,8 +197,7 @@ static int intel_pt_get_mnt(const unsigned char *buf, size_t len,
return INTEL_PT_NEED_MORE_BYTES; return INTEL_PT_NEED_MORE_BYTES;
packet->type = INTEL_PT_MNT; packet->type = INTEL_PT_MNT;
memcpy_le64(&packet->payload, buf + 3, 8); memcpy_le64(&packet->payload, buf + 3, 8);
return 11 return 11;
;
} }
static int intel_pt_get_3byte(const unsigned char *buf, size_t len, static int intel_pt_get_3byte(const unsigned char *buf, size_t len,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment