soc/intel: Remove unneeded whitespaces
Change-Id: Ib156ebede1ee24a1c7bd20d01792ec80cba8f37d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
af0f410c70
commit
a895c32242
3 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ scope(\_SB)
|
|||
/*
|
||||
* Save the current PM bits then
|
||||
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
|
||||
*/
|
||||
*/
|
||||
If (CondRefOf (\_SB.PCI0.EGPM))
|
||||
{
|
||||
\_SB.PCI0.EGPM ()
|
||||
|
|
|
@ -32,7 +32,7 @@ Method (_PTS, 1)
|
|||
/*
|
||||
* Save the current PM bits then
|
||||
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
|
||||
*/
|
||||
*/
|
||||
If (CondRefOf (\_SB.PCI0.EGPM))
|
||||
{
|
||||
\_SB.PCI0.EGPM ()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* The mapping fields ae Address, Pin, Source, Source Index.
|
||||
*/
|
||||
|
||||
#define GEN_PCIE_LEGACY_IRQ() \
|
||||
#define GEN_PCIE_LEGACY_IRQ() \
|
||||
Package (0x04) { 0x0000FFFF, 0x00, LNKA, 0x00 }, \
|
||||
Package (0x04) { 0x0001FFFF, 0x00, LNKA, 0x00 }, \
|
||||
Package (0x04) { 0x0002FFFF, 0x00, LNKA, 0x00 }, \
|
||||
|
|
Loading…
Reference in a new issue