buildroot/package/linux-tools
Julien Olivain 75e04c691e package/linux-tools/S10hyperv: fix shellcheck warnings
When running "make check-package" on a system with shellcheck 0.9.0,
the command fails with output:

    make check-package
    package/linux-tools/S10hyperv:0: run 'shellcheck' and fix the warnings
    ...
    2 warnings generated

This commit fixes the warnings reported by the command:

    shellcheck package/linux-tools/S10hyperv

This commit also fixes the four-space indent by a single tab on the
changed lines. Since this fixes the indentation warnings of
check-package, the Indent exclusion in .checkpackageignore is also
removed.

Fixes:

    In package/linux-tools/S10hyperv line 27:
        return $ret
               ^--^ SC2086 (info): Double quote to prevent globbing and word splitting.

    In package/linux-tools/S10hyperv line 48:
        return $ret
               ^--^ SC2086 (info): Double quote to prevent globbing and word splitting.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c4173d8b08)
[Peter: drop .checkpackageignore, not in 2022.02.x]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-03-20 09:37:27 +01:00
..
Config.in package/linux-tools: perf needs threads 2022-11-14 17:11:18 +01:00
S10hyperv package/linux-tools/S10hyperv: fix shellcheck warnings 2023-03-20 09:37:27 +01:00
hypervfcopyd.service
hypervkvpd.service
hypervvssd.service
linux-tool-cpupower.mk.in
linux-tool-gpio.mk.in package/linux-tools: fix static build 2022-11-15 12:02:59 +01:00
linux-tool-hv.mk.in
linux-tool-iio.mk.in package/linux-tools: fix static build 2022-11-15 12:02:59 +01:00
linux-tool-pci.mk.in package/linux-tools: fix static build 2022-11-15 12:02:59 +01:00
linux-tool-perf.mk.in package/linux-tools/linux-tool-perf.mk.in: Fix disabling of documentation 2022-09-16 23:54:47 +02:00
linux-tool-selftests.mk.in
linux-tool-tmon.mk.in package/linux-tools: fix tmon static build with uclibc 2022-06-09 22:26:17 +02:00
linux-tools.mk