skylake: remove whitespace from ASL files
Found by the commit hooks. Change-Id: I9baa90ca0111ddc9cb69cbb7dd17f63e8a98a04f Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10965 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
89b5fbd534
commit
1f02763050
|
@ -2,7 +2,7 @@
|
|||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright (C) 2014 Google Inc.
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
|
|
@ -43,7 +43,7 @@ Method (LPD0, 2, Serialized)
|
|||
|
||||
And (SPCS, 0xFFFFFFFC, SPCS)
|
||||
/* Read back after writing */
|
||||
Store (SPCS, Local0)
|
||||
Store (SPCS, Local0)
|
||||
}
|
||||
|
||||
/* Put SerialIO device in D3 state */
|
||||
|
@ -688,7 +688,7 @@ Device (PEMC)
|
|||
Method (_RMV, 0x0, NotSerialized)
|
||||
{
|
||||
Return (0)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue