projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733f3d1
)
PCI: Fix whitespace in struct dpc_dev
author
Mika Westerberg
<mika.westerberg@linux.intel.com>
Mon, 6 Jun 2016 13:06:08 +0000
(16:06 +0300)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 21 Jun 2016 18:49:57 +0000
(13:49 -0500)
Remove unnecessary spaces before tabs.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Keith Busch <keith.busch@intel.com>
drivers/pci/pcie/pcie-dpc.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie/pcie-dpc.c
b/drivers/pci/pcie/pcie-dpc.c
index 79e371d4f7e67686ec5d77724191a6806224d44f..fcd19430d41e81f9943d65bb2d6172e0a56e95bb 100644
(file)
--- a/
drivers/pci/pcie/pcie-dpc.c
+++ b/
drivers/pci/pcie/pcie-dpc.c
@@
-15,8
+15,8
@@
struct dpc_dev {
struct pcie_device *dev;
- struct work_struct work;
- int cap_pos;
+ struct work_struct work;
+ int cap_pos;
};
static void dpc_wait_link_inactive(struct pci_dev *pdev)