Skip to content

Commit

Permalink
PCI: Fix whitespace in struct dpc_dev
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mika Westerberg authored and Bjorn Helgaas committed Jun 21, 2016
1 parent 733f3d1 commit 14a16d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pci/pcie/pcie-dpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14a16d5

Please sign in to comment.