Commit 14a16d57 authored by Mika Westerberg's avatar Mika Westerberg Committed by Bjorn Helgaas

PCI: Fix whitespace in struct dpc_dev

Remove unnecessary spaces before tabs.
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarKeith Busch <keith.busch@intel.com>
parent 733f3d13
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
struct dpc_dev { struct dpc_dev {
struct pcie_device *dev; struct pcie_device *dev;
struct work_struct work; struct work_struct work;
int cap_pos; int cap_pos;
}; };
static void dpc_wait_link_inactive(struct pci_dev *pdev) static void dpc_wait_link_inactive(struct pci_dev *pdev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment