mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 20:16:43 +07:00
perf cs-etm: Remove redundant space
There have two spaces ahead function name cs_etm__set_pid_tid_cpu(), so remove one space and correct indentation. Signed-off-by: Leo Yan <leo.yan@linaro.org> Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1525924920-4381-2-git-send-email-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
46d5362004
commit
3a0887997d
@ -613,8 +613,8 @@ cs_etm__get_trace(struct cs_etm_buffer *buff, struct cs_etm_queue *etmq)
|
||||
return buff->len;
|
||||
}
|
||||
|
||||
static void cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm,
|
||||
struct auxtrace_queue *queue)
|
||||
static void cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm,
|
||||
struct auxtrace_queue *queue)
|
||||
{
|
||||
struct cs_etm_queue *etmq = queue->priv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user