summaryrefslogtreecommitdiff
path: root/util/acpi/acpidump-all
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-02-16 20:44:20 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-02-17 19:04:31 +0100
commit472efa604158c193bdcd8f357ca52c41eca53ca5 (patch)
treeb44dbe7045988d316f03a807ef34fc360e2ca31a /util/acpi/acpidump-all
parentd13e4167a903c1bd69c9ed708987f016dff13d1d (diff)
downloadcoreboot-472efa604158c193bdcd8f357ca52c41eca53ca5.tar.xz
Remove whitespace.
Fix issues reported by new lint test. Change-Id: I077a829cb4a855cbb3b71b6eb5c66b2068be6def Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/646 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
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