mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
PCI: Whitespace cleanup
Fix various whitespace errors. No functional change. [bhelgaas: fix other similar problems] Signed-off-by: Ryan Desfosses <ryan@desfo.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
b7fe943421
commit
3c78bc61f5
45 changed files with 513 additions and 584 deletions
|
@ -255,7 +255,7 @@ struct pci_func {
|
|||
struct pci_resource *io_head;
|
||||
struct pci_resource *bus_head;
|
||||
struct timer_list *p_task_event;
|
||||
struct pci_dev* pci_dev;
|
||||
struct pci_dev *pci_dev;
|
||||
};
|
||||
|
||||
struct slot {
|
||||
|
@ -278,7 +278,7 @@ struct slot {
|
|||
};
|
||||
|
||||
struct pci_resource {
|
||||
struct pci_resource * next;
|
||||
struct pci_resource *next;
|
||||
u32 base;
|
||||
u32 length;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue