PCI: Add space before open parenthesis
Add space before open parenthesis as is conventional. No functional change. [bhelgaas: fix a few more in ibmphp, shpchp] Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:

committed by
Bjorn Helgaas

parent
52addcf9d6
commit
382a9c9adc
@@ -798,7 +798,7 @@ static irqreturn_t shpc_isr(int irq, void *dev_id)
|
||||
|
||||
ctrl_dbg(ctrl, "%s: intr_loc = %x\n", __func__, intr_loc);
|
||||
|
||||
if(!shpchp_poll_mode) {
|
||||
if (!shpchp_poll_mode) {
|
||||
/*
|
||||
* Mask Global Interrupt Mask - see implementation
|
||||
* note on p. 139 of SHPC spec rev 1.0
|
||||
|
Reference in New Issue
Block a user