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
5f10a0b4
Commit
5f10a0b4
authored
Mar 02, 2003
by
Andrew Morton
Committed by
David S. Miller
Mar 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] spelling fixes
s/seperate/separate/
parent
c0f05807
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
arch/s390x/kernel/exec32.c
arch/s390x/kernel/exec32.c
+1
-1
drivers/net/wireless/airo.c
drivers/net/wireless/airo.c
+1
-1
drivers/scsi/ibmmca.c
drivers/scsi/ibmmca.c
+1
-1
drivers/serial/sunsu.c
drivers/serial/sunsu.c
+1
-1
drivers/video/virgefb.c
drivers/video/virgefb.c
+1
-1
No files found.
arch/s390x/kernel/exec32.c
View file @
5f10a0b4
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Gerhard Tonn (ton@de.ibm.com)
*
* Sep
e
rated from binfmt_elf32.c to reduce exports for module enablement.
* Sep
a
rated from binfmt_elf32.c to reduce exports for module enablement.
*
*/
...
...
drivers/net/wireless/airo.c
View file @
5f10a0b4
...
...
@@ -5816,7 +5816,7 @@ static int airo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
break
;
}
/* Sep
e
rate R/W functions bracket legality here
/* Sep
a
rate R/W functions bracket legality here
*/
if
(
com
.
command
<=
AIROGMICSTATS
)
rc
=
readrids
(
dev
,
&
com
);
...
...
drivers/scsi/ibmmca.c
View file @
5f10a0b4
...
...
@@ -1157,7 +1157,7 @@ static void check_devices(int host_index, int adaptertype)
if
(
adaptertype
==
IBM_SCSI2_FW
)
{
/* F/W SCSI adapter: */
/* F/W adapter PUN-space extension evaluation: */
if
(
num_bus
)
{
printk
(
KERN_INFO
"IBM MCA SCSI: Sep
e
rate bus mode (wide-addressing enabled)
\n
"
);
printk
(
KERN_INFO
"IBM MCA SCSI: Sep
a
rate bus mode (wide-addressing enabled)
\n
"
);
subsystem_maxid
(
host_index
)
=
16
;
}
else
{
printk
(
KERN_INFO
"IBM MCA SCSI: Combined bus mode (wide-addressing disabled)
\n
"
);
...
...
drivers/serial/sunsu.c
View file @
5f10a0b4
...
...
@@ -478,7 +478,7 @@ static void sunsu_serial_interrupt(int irq, void *dev_id, struct pt_regs *regs)
spin_unlock_irqrestore
(
&
up
->
port
.
lock
,
flags
);
}
/* Sep
e
rate interrupt handling path for keyboard/mouse ports. */
/* Sep
a
rate interrupt handling path for keyboard/mouse ports. */
static
void
sunsu_change_speed
(
struct
uart_port
*
port
,
unsigned
int
cflag
,
...
...
drivers/video/virgefb.c
View file @
5f10a0b4
...
...
@@ -1752,7 +1752,7 @@ int __init virgefb_init(void)
}
else
{
/* board running in Z3 space. Sep
e
rate video memory (3 apertures)
/* board running in Z3 space. Sep
a
rate video memory (3 apertures)
and S3 register set */
on_zorro2
=
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