File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ A sample configuration for NTB function is given below::
103
103
# echo 1 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/num_mws
104
104
# echo 0x100000 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/mw1
105
105
106
- A sample configuration for virtual NTB driver for virutal PCI bus::
106
+ A sample configuration for virtual NTB driver for virtual PCI bus::
107
107
108
108
# echo 0x1957 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_vid
109
109
# echo 0x080A > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_pid
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ PCI_IRQ_MSI or PCI_IRQ_MSIX flags.
290
290
List of device drivers MSI(-X) APIs
291
291
===================================
292
292
293
- The PCI/MSI subystem has a dedicated C file for its exported device driver
293
+ The PCI/MSI subsystem has a dedicated C file for its exported device driver
294
294
APIs — `drivers/pci/msi/api.c `. The following functions are exported:
295
295
296
296
.. kernel-doc :: drivers/pci/msi/api.c
Original file line number Diff line number Diff line change @@ -1903,6 +1903,7 @@ static inline int pci_dev_present(const struct pci_device_id *ids)
1903
1903
#define pci_dev_put (dev ) do { } while (0)
1904
1904
1905
1905
static inline void pci_set_master (struct pci_dev * dev ) { }
1906
+ static inline void pci_clear_master (struct pci_dev * dev ) { }
1906
1907
static inline int pci_enable_device (struct pci_dev * dev ) { return - EIO ; }
1907
1908
static inline void pci_disable_device (struct pci_dev * dev ) { }
1908
1909
static inline int pcim_enable_device (struct pci_dev * pdev ) { return - EIO ; }
Original file line number Diff line number Diff line change 2
2
/*
3
3
* PCI Class, Vendor and Device IDs
4
4
*
5
- * Please keep sorted.
5
+ * Please keep sorted by numeric Vendor ID and Device ID .
6
6
*
7
7
* Do not add new entries to this file unless the definitions
8
8
* are shared between multiple drivers.
You can’t perform that action at this time.
0 commit comments