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
e7885c59
Commit
e7885c59
authored
Jul 31, 2003
by
Alan Cox
Committed by
Linus Torvalds
Jul 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] more typo/invalid bits
(Steven Cole)
parent
eda30c2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/char/n_r3964.c
drivers/char/n_r3964.c
+1
-1
drivers/char/pcmcia/synclink_cs.c
drivers/char/pcmcia/synclink_cs.c
+1
-1
No files found.
drivers/char/n_r3964.c
View file @
e7885c59
...
...
@@ -669,7 +669,7 @@ static void receive_char(struct r3964_info *pInfo, const unsigned char c)
}
else
{
TRACE_PE
(
"TRANSMITTING - got i
llegal
char"
);
TRACE_PE
(
"TRANSMITTING - got i
nvalid
char"
);
pInfo
->
state
=
R3964_WAIT_ZVZ_BEFORE_TX_RETRY
;
mod_timer
(
&
pInfo
->
tmr
,
jiffies
+
R3964_TO_ZVZ
);
...
...
drivers/char/pcmcia/synclink_cs.c
View file @
e7885c59
...
...
@@ -2814,7 +2814,7 @@ static int mgslpc_open(struct tty_struct *tty, struct file * filp)
/* verify range of specified line number */
line
=
tty
->
index
;
if
((
line
<
0
)
||
(
line
>=
mgslpc_device_count
))
{
printk
(
"%s(%d):mgslpc_open with i
llegal
line #%d.
\n
"
,
printk
(
"%s(%d):mgslpc_open with i
nvalid
line #%d.
\n
"
,
__FILE__
,
__LINE__
,
line
);
return
-
ENODEV
;
}
...
...
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