indent to match the rest of the scripts

This commit is contained in:
HikariKnight 2022-02-27 19:46:12 +01:00
parent 259437ca1f
commit 58aba29d40
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -2,7 +2,7 @@
# Script from Wendell from Level1Tech
# Originally from here: https://forum.level1techs.com/t/ubuntu-17-04-vfio-pcie-passthrough-kernel-update-4-14-rc1/119639
for d in /sys/kernel/iommu_groups/*/devices/*; do
n=${d#*/iommu_groups/*}; n=${n%%/*}
printf 'IOMMU Group %s: ' "$n"
lspci -nns "${d##*/}"
n=${d#*/iommu_groups/*}; n=${n%%/*}
printf 'IOMMU Group %s: ' "$n"
lspci -nns "${d##*/}"
done