Commit 69bdb7bcc6b9494b1738c6f6dd3fe553c9c6978e
Committed by
Ingo Molnar
1 parent
565c6402db
Exists in
master
and in
7 other branches
include/asm-x86/pci.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
include/asm-x86/pci.h
... | ... | @@ -8,14 +8,13 @@ |
8 | 8 | #include <asm/scatterlist.h> |
9 | 9 | #include <asm/io.h> |
10 | 10 | |
11 | - | |
12 | 11 | #ifdef __KERNEL__ |
13 | 12 | |
14 | 13 | struct pci_sysdata { |
15 | 14 | int domain; /* PCI domain */ |
16 | 15 | int node; /* NUMA node */ |
17 | 16 | #ifdef CONFIG_X86_64 |
18 | - void* iommu; /* IOMMU private data */ | |
17 | + void *iommu; /* IOMMU private data */ | |
19 | 18 | #endif |
20 | 19 | }; |
21 | 20 | |
... | ... | @@ -52,7 +51,7 @@ |
52 | 51 | #define PCIBIOS_MIN_CARDBUS_IO 0x4000 |
53 | 52 | |
54 | 53 | void pcibios_config_init(void); |
55 | -struct pci_bus * pcibios_scan_root(int bus); | |
54 | +struct pci_bus *pcibios_scan_root(int bus); | |
56 | 55 | |
57 | 56 | void pcibios_set_master(struct pci_dev *dev); |
58 | 57 | void pcibios_penalize_isa_irq(int irq, int active); |
... | ... | @@ -62,7 +61,8 @@ |
62 | 61 | |
63 | 62 | #define HAVE_PCI_MMAP |
64 | 63 | extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, |
65 | - enum pci_mmap_state mmap_state, int write_combine); | |
64 | + enum pci_mmap_state mmap_state, | |
65 | + int write_combine); | |
66 | 66 | |
67 | 67 | |
68 | 68 | #ifdef CONFIG_PCI |