Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5c7bdac7
Commit
5c7bdac7
authored
Mar 14, 2024
by
Bjorn Helgaas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI: Fix typos
Fix typos. Signed-off-by:
Bjorn Helgaas
<
bhelgaas@google.com
>
parent
2ac11a2f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
drivers/pci/ats.c
drivers/pci/ats.c
+2
-2
drivers/pci/controller/cadence/Kconfig
drivers/pci/controller/cadence/Kconfig
+1
-1
drivers/pci/hotplug/cpqphp_core.c
drivers/pci/hotplug/cpqphp_core.c
+1
-1
drivers/pci/hotplug/s390_pci_hpc.c
drivers/pci/hotplug/s390_pci_hpc.c
+1
-1
drivers/pci/iomap.c
drivers/pci/iomap.c
+1
-1
No files found.
drivers/pci/ats.c
View file @
5c7bdac7
...
...
@@ -455,8 +455,8 @@ void pci_restore_pasid_state(struct pci_dev *pdev)
* pci_pasid_features - Check which PASID features are supported
* @pdev: PCI device structure
*
* Return
s a negative value when no PASI
capability is present.
* Otherwise
is returns
a bitmask with supported features. Current
* Return
a negative value when no PASID
capability is present.
* Otherwise
return
a bitmask with supported features. Current
* features reported are:
* PCI_PASID_CAP_EXEC - Execute permission supported
* PCI_PASID_CAP_PRIV - Privileged mode supported
...
...
drivers/pci/controller/cadence/Kconfig
View file @
5c7bdac7
...
...
@@ -38,7 +38,7 @@ config PCIE_CADENCE_PLAT_EP
select PCIE_CADENCE_EP
select PCIE_CADENCE_PLAT
help
Say Y here if you want to support the Cadence PCIe
platform controller in
Say Y here if you want to support the Cadence PCIe platform controller in
endpoint mode. This PCIe controller may be embedded into many
different vendors SoCs.
...
...
drivers/pci/hotplug/cpqphp_core.c
View file @
5c7bdac7
...
...
@@ -328,7 +328,7 @@ get_slot_mapping(struct pci_bus *bus, u8 bus_num, u8 dev_num, u8 *slot)
}
else
{
/* Did not get a match on the target PCI device. Check
* if the current IRQ table entry is a PCI-to-PCI
* bridge device. If so, and it
'
s secondary bus
* bridge device. If so, and its secondary bus
* matches the bus number for the target device, I need
* to save the bridge's slot number. If I can not find
* an entry for the target device, I will have to
...
...
drivers/pci/hotplug/s390_pci_hpc.c
View file @
5c7bdac7
...
...
@@ -112,7 +112,7 @@ static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value)
static
int
get_adapter_status
(
struct
hotplug_slot
*
hotplug_slot
,
u8
*
value
)
{
/* if the slot exits it always contains a function */
/* if the slot exi
s
ts it always contains a function */
*
value
=
1
;
return
0
;
}
...
...
drivers/pci/iomap.c
View file @
5c7bdac7
...
...
@@ -156,7 +156,7 @@ EXPORT_SYMBOL_GPL(pci_iomap_wc);
* the different IOMAP ranges.
*
* But if the architecture does not use the generic iomap code, and if
* it has _not_ defined it
'
s own private pci_iounmap function, we define
* it has _not_ defined its own private pci_iounmap function, we define
* it here.
*
* NOTE! This default implementation assumes that if the architecture
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment