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>
This commit is contained in:
committed by
Stefan Reinauer
parent
d13e4167a9
commit
472efa6041
@@ -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
|
||||
|
Reference in New Issue
Block a user