]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf tools: Remove unnecessary parentheses
authorNamhyung Kim <namhyung@kernel.org>
Wed, 9 Oct 2024 20:20:09 +0000 (13:20 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 14 Oct 2024 19:04:31 +0000 (12:04 -0700)
commitaf3902bfc1b60941681a0db9db95d8fe3d5c785d
treeb41f95f76118ee2d3d91c319bbc5f945c4d83427
parent04042674b21a8dfa143abacf7b1ef5b25a58d86e
perf tools: Remove unnecessary parentheses

The hashmap API used to require parentheses for the hashmap argument if
it's not a pointer type.  It's now fixed so let's drop the parentheses.

Link: https://lore.kernel.org/r/20241009202009.884884-2-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/threads.c