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
nexedi
linux
Commits
cc4b6c40
Commit
cc4b6c40
authored
Feb 03, 2004
by
Rolf Eike Beer
Committed by
Greg Kroah-Hartman
Feb 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PCI Hotplug: Coding style fixes for drivers/pci/hotplug.c
parent
a4b85c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/pci/hotplug.c
drivers/pci/hotplug.c
+3
-3
No files found.
drivers/pci/hotplug.c
View file @
cc4b6c40
...
@@ -116,7 +116,7 @@ static int pci_visit_bridge (struct pci_visit * fn,
...
@@ -116,7 +116,7 @@ static int pci_visit_bridge (struct pci_visit * fn,
}
}
bus
=
wrapped_dev
->
dev
->
subordinate
;
bus
=
wrapped_dev
->
dev
->
subordinate
;
if
(
bus
)
{
if
(
bus
)
{
memset
(
&
wrapped_bus
,
0
,
sizeof
(
struct
pci_bus_wrapped
));
memset
(
&
wrapped_bus
,
0
,
sizeof
(
struct
pci_bus_wrapped
));
wrapped_bus
.
bus
=
bus
;
wrapped_bus
.
bus
=
bus
;
...
@@ -130,8 +130,8 @@ static int pci_visit_bridge (struct pci_visit * fn,
...
@@ -130,8 +130,8 @@ static int pci_visit_bridge (struct pci_visit * fn,
* Every bus and every function is presented to a custom
* Every bus and every function is presented to a custom
* function that can act upon it.
* function that can act upon it.
*/
*/
int
pci_visit_dev
(
struct
pci_visit
*
fn
,
struct
pci_dev_wrapped
*
wrapped_dev
,
int
pci_visit_dev
(
struct
pci_visit
*
fn
,
struct
pci_dev_wrapped
*
wrapped_dev
,
struct
pci_bus_wrapped
*
wrapped_parent
)
struct
pci_bus_wrapped
*
wrapped_parent
)
{
{
struct
pci_dev
*
dev
=
wrapped_dev
?
wrapped_dev
->
dev
:
NULL
;
struct
pci_dev
*
dev
=
wrapped_dev
?
wrapped_dev
->
dev
:
NULL
;
int
result
=
0
;
int
result
=
0
;
...
...
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