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
d1e76fee
Commit
d1e76fee
authored
Feb 25, 2003
by
Michael Hayes
Committed by
Linus Torvalds
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Spelling fixes: weird
wierd -> weird wierdo -> weirdo wierdness -> weirdness
parent
09c49f76
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
arch/m68knommu/platform/68360/ints.c
arch/m68knommu/platform/68360/ints.c
+1
-1
arch/v850/kernel/rte_cb_multi.c
arch/v850/kernel/rte_cb_multi.c
+1
-1
drivers/net/fec.c
drivers/net/fec.c
+1
-1
include/asm-i386/mach-visws/cobalt.h
include/asm-i386/mach-visws/cobalt.h
+1
-1
include/asm-v850/sim.h
include/asm-v850/sim.h
+1
-1
include/sound/wavefront.h
include/sound/wavefront.h
+1
-1
sound/isa/wavefront/wavefront_fx.c
sound/isa/wavefront/wavefront_fx.c
+2
-2
sound/isa/wavefront/wavefront_synth.c
sound/isa/wavefront/wavefront_synth.c
+3
-3
sound/oss/dmasound/dmasound_core.c
sound/oss/dmasound/dmasound_core.c
+1
-1
No files found.
arch/m68knommu/platform/68360/ints.c
View file @
d1e76fee
...
...
@@ -291,7 +291,7 @@ void M68360_do_irq(int vec, struct pt_regs *fp)
/* unsigned long pend = *(volatile unsigned long *)pquicc->intr_cipr; */
/* Bugger all that w
ie
rdness. For the moment, I seem to know where I came from;
/* Bugger all that w
ei
rdness. For the moment, I seem to know where I came from;
* vec is passed from a specific ISR, so I'll use it. */
if
(
int_irq_list
[
irq
]
&&
int_irq_list
[
irq
]
->
handler
)
{
...
...
arch/v850/kernel/rte_cb_multi.c
View file @
d1e76fee
...
...
@@ -67,7 +67,7 @@ void __init multi_init (void)
if
((
word
&
0xFC0
)
==
0x780
)
{
/* A `jr' insn, fix up its offset (and yes, the
w
ie
rd half-word swapping is intentional). */
w
ei
rd half-word swapping is intentional). */
unsigned
short
hi
=
word
&
0xFFFF
;
unsigned
short
lo
=
word
>>
16
;
unsigned
long
udisp22
...
...
drivers/net/fec.c
View file @
d1e76fee
...
...
@@ -828,7 +828,7 @@ static phy_info_t phy_info_lxt970 = {
/*
* I had some nice ideas of running the MDIO faster...
* The 971 should support 8MHz and I tried it, but things acted really
* w
ie
rd, so 2.5 MHz ought to be enough for anyone...
* w
ei
rd, so 2.5 MHz ought to be enough for anyone...
*/
static
void
mii_parse_lxt971_sr2
(
uint
mii_reg
,
struct
net_device
*
dev
)
...
...
include/asm-i386/mach-visws/cobalt.h
View file @
d1e76fee
...
...
@@ -60,7 +60,7 @@
#define CO_APIC_PCIA_BASE0 0
/* and 1 */
/* slot 0, line 0 */
#define CO_APIC_PCIA_BASE123 5
/* and 6 */
/* slot 0, line 1 */
#define CO_APIC_PIIX4_USB 7
/* this one is w
ie
rd */
#define CO_APIC_PIIX4_USB 7
/* this one is w
ei
rd */
/* Lithium PCI Bridge B -- "the one with PIIX4" */
#define CO_APIC_PCIB_BASE0 8
/* and 9-12 *//* slot 0, line 0 */
...
...
include/asm-v850/sim.h
View file @
d1e76fee
...
...
@@ -22,7 +22,7 @@
#define PLATFORM_LONG "GDB V850E simulator"
/* We use a w
ie
rd value for RAM, not just 0, for testing purposes.
/* We use a w
ei
rd value for RAM, not just 0, for testing purposes.
These must match the values used in the linker script. */
#define RAM_ADDR 0x8F000000
#define RAM_SIZE 0x01000000
...
...
include/sound/wavefront.h
View file @
d1e76fee
...
...
@@ -687,7 +687,7 @@ typedef struct wf_fx_info {
/* Allow direct user-space control over FX memory/coefficient data.
In theory this could be used to download the FX microprogram,
but it would be a little slower, and involve some w
ie
rd code.
but it would be a little slower, and involve some w
ei
rd code.
*/
#define WFFX_MEMSET 69
...
...
sound/isa/wavefront/wavefront_fx.c
View file @
d1e76fee
...
...
@@ -227,7 +227,7 @@ snd_wavefront_fx_ioctl (snd_hwdep_t *sdev, struct file *file,
This code was developed using DOSEMU. The Turtle Beach SETUPSND
utility was run with I/O tracing in DOSEMU enabled, and a reconstruction
of the port I/O done, using the Yamaha faxback document as a guide
to add more logic to the code. Its really pretty w
ie
rd.
to add more logic to the code. Its really pretty w
ei
rd.
There was an alternative approach of just dumping the whole I/O
sequence as a series of port/value pairs and a simple loop
...
...
@@ -692,7 +692,7 @@ snd_wavefront_fx_start (snd_wavefront_t *dev)
return
(
0
);
}
/* w
ie
rd stuff, derived from port I/O tracing with dosemu */
/* w
ei
rd stuff, derived from port I/O tracing with dosemu */
static
unsigned
char
page_zero
[]
__initdata
=
{
0x01
,
0x7c
,
0x00
,
0x1e
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0xf5
,
0x00
,
...
...
sound/isa/wavefront/wavefront_synth.c
View file @
d1e76fee
...
...
@@ -518,7 +518,7 @@ snd_wavefront_cmd (snd_wavefront_t *dev,
/***********************************************************************
WaveFront data munging
Things here are w
ie
rd. All data written to the board cannot
Things here are w
ei
rd. All data written to the board cannot
have its most significant bit set. Any data item with values
potentially > 0x7F (127) must be split across multiple bytes.
...
...
@@ -527,7 +527,7 @@ the x86 side as 8-32 bit values. Sometimes, we need to munge data
that is represented on the x86 side as an array of bytes. The most
efficient approach to handling both cases seems to be to use 2
different functions for munging and 2 for de-munging. This avoids
w
ie
rd casting and worrying about bit-level offsets.
w
ei
rd casting and worrying about bit-level offsets.
**********************************************************************/
...
...
@@ -1034,7 +1034,7 @@ wavefront_send_sample (snd_wavefront_t *dev,
shptr
=
munge_int32
(
*
((
u32
*
)
&
header
->
hdr
.
s
.
sampleEndOffset
),
shptr
,
4
);
/* This one is truly w
ierd. What kind of wie
rdo decided that in
/* This one is truly w
eird. What kind of wei
rdo decided that in
a system dominated by 16 and 32 bit integers, they would use
a just 12 bits ?
*/
...
...
sound/oss/dmasound/dmasound_core.c
View file @
d1e76fee
...
...
@@ -1212,7 +1212,7 @@ static int sq_ioctl(struct inode *inode, struct file *file, u_int cmd,
return
result
;
break
;
case
SNDCTL_DSP_SPEED
:
/* changing this on the fly will have w
ie
rd effects on the sound.
/* changing this on the fly will have w
ei
rd effects on the sound.
Where there are rate conversions implemented in soft form - it
will cause the _ctx_xxx() functions to be substituted.
However, there doesn't appear to be any reason to dis-allow it from
...
...
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