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
fd226511
Commit
fd226511
authored
Apr 30, 2002
by
Dave Jones
Committed by
Jeff Garzik
Apr 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out misplaced } in dscc4 wan driver.
Spotted by Keith Owens.
parent
f907a5a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/wan/dscc4.c
drivers/net/wan/dscc4.c
+1
-1
No files found.
drivers/net/wan/dscc4.c
View file @
fd226511
...
@@ -1552,7 +1552,7 @@ static inline void dscc4_rx_irq(struct dscc4_pci_priv *priv,
...
@@ -1552,7 +1552,7 @@ static inline void dscc4_rx_irq(struct dscc4_pci_priv *priv,
rx_fd
->
state1
&=
~
Hold
;
rx_fd
->
state1
&=
~
Hold
;
rx_fd
->
state2
=
0x00000000
;
rx_fd
->
state2
=
0x00000000
;
rx_fd
->
end
=
0xbabeface
;
rx_fd
->
end
=
0xbabeface
;
}
//
}
goto
try
;
goto
try
;
}
}
if
(
state
&
Fi
)
{
if
(
state
&
Fi
)
{
...
...
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