summaryrefslogtreecommitdiff
path: root/util/acpi/acpidump-all
diff options
context:
space:
mode:
Diffstat (limited to 'util/acpi/acpidump-all')
-rwxr-xr-xutil/acpi/acpidump-all6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/acpi/acpidump-all b/util/acpi/acpidump-all
index fe10e9d1e6..8550e5b94b 100755
--- a/util/acpi/acpidump-all
+++ b/util/acpi/acpidump-all
@@ -18,11 +18,11 @@
rm -rf out
mkdir out
-
+
# walk through all ACPI tables with their addresses
-# example:
+# example:
# RSDT @ 0xcf6794ba
-# we can not just dump the tables by their names because some
+# we can not just dump the tables by their names because some
# machines have double ACPI tables
acpidump | grep "@ 0x" | while read line