Re: [PATCH 1/1] perf build x86: Fix SC2034 error in syscalltbl.sh
From: Namhyung Kim
Date: Fri Jul 12 2024 - 12:46:23 EST
On Mon, 08 Jul 2024 02:04:02 +0800, Haoze Xie wrote:
> Change the unused var in 'arch/x86/entry/syscalls/syscalltbl.sh' to '_'
> when reading from '$sorted_table'. This change allows the script to pass
> tests of ShellCheck before and after version 0.7.2 at the same time.
>
> When building in arch x86, syscalltbl.sh got a ShellCheck warning, which
> makes compilation error:
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung