perf tools: Remove excess variable declarations
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 11 Jun 2025 09:59:03 +0000 (15:29 +0530)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 24 Jun 2025 18:06:02 +0000 (11:06 -0700)
commit51f4c00436b89696773e195c5f2d4a808483ff66
treee431a664d9eb1c0b7b9bb75eb128e1cde4967aac
parent614f806a34e134b7a35eb4b29a139b2c8c1b7795
perf tools: Remove excess variable declarations

I thought array declaration might be done in the same line as assigning the value
to it.

Hence, getting rid of extra steps of reiterating the array name.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20250611100256.31089-1-unixbhaskar@gmail.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/check-headers.sh