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
2e06448d
Commit
2e06448d
authored
May 26, 2003
by
Andries E. Brouwer
Committed by
Linus Torvalds
May 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] some typos
parent
87c3dfd1
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
22 additions
and
21 deletions
+22
-21
arch/mips/baget/vacserial.c
arch/mips/baget/vacserial.c
+1
-1
drivers/isdn/hisax/callc.c
drivers/isdn/hisax/callc.c
+1
-1
drivers/isdn/hisax/tei.c
drivers/isdn/hisax/tei.c
+1
-1
drivers/isdn/hisax/teleint.c
drivers/isdn/hisax/teleint.c
+1
-1
drivers/isdn/hysdn/hycapi.c
drivers/isdn/hysdn/hycapi.c
+1
-1
drivers/media/video/zr36067.c
drivers/media/video/zr36067.c
+8
-8
drivers/serial/core.c
drivers/serial/core.c
+1
-1
drivers/video/amifb.c
drivers/video/amifb.c
+1
-1
drivers/video/fbmem.c
drivers/video/fbmem.c
+3
-2
drivers/video/stifb.c
drivers/video/stifb.c
+1
-1
net/irda/irlmp_event.c
net/irda/irlmp_event.c
+1
-1
scripts/fixdep.c
scripts/fixdep.c
+2
-2
No files found.
arch/mips/baget/vacserial.c
View file @
2e06448d
...
@@ -124,7 +124,7 @@ static struct timer_list vacs_timer;
...
@@ -124,7 +124,7 @@ static struct timer_list vacs_timer;
* UART
* UART
*/
*/
static
struct
serial_uart_config
uart_config
[]
=
{
static
struct
serial_uart_config
uart_config
[]
=
{
{
"unknown"
,
1
,
0
},
/* Must go first -- used as unasigned */
{
"unknown"
,
1
,
0
},
/* Must go first -- used as unas
s
igned */
{
"VAC UART"
,
1
,
0
}
{
"VAC UART"
,
1
,
0
}
};
};
#define VAC_UART_TYPE 1
/* Just index in above array */
#define VAC_UART_TYPE 1
/* Just index in above array */
...
...
drivers/isdn/hisax/callc.c
View file @
2e06448d
...
@@ -1209,7 +1209,7 @@ CallcFreeChan(struct IsdnCardState *csta)
...
@@ -1209,7 +1209,7 @@ CallcFreeChan(struct IsdnCardState *csta)
kfree
(
csta
->
channel
[
i
].
b_st
);
kfree
(
csta
->
channel
[
i
].
b_st
);
csta
->
channel
[
i
].
b_st
=
NULL
;
csta
->
channel
[
i
].
b_st
=
NULL
;
}
else
}
else
printk
(
KERN_WARNING
"CallcFreeChan b_st ch%d al
l
ready freed
\n
"
,
i
);
printk
(
KERN_WARNING
"CallcFreeChan b_st ch%d already freed
\n
"
,
i
);
if
(
i
||
test_bit
(
FLG_TWO_DCHAN
,
&
csta
->
HW_Flags
))
{
if
(
i
||
test_bit
(
FLG_TWO_DCHAN
,
&
csta
->
HW_Flags
))
{
release_d_st
(
csta
->
channel
+
i
);
release_d_st
(
csta
->
channel
+
i
);
}
else
}
else
...
...
drivers/isdn/hisax/tei.c
View file @
2e06448d
...
@@ -145,7 +145,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)
...
@@ -145,7 +145,7 @@ tei_id_request(struct FsmInst *fi, int event, void *arg)
if
(
st
->
l2
.
tei
!=
-
1
)
{
if
(
st
->
l2
.
tei
!=
-
1
)
{
st
->
ma
.
tei_m
.
printdebug
(
&
st
->
ma
.
tei_m
,
st
->
ma
.
tei_m
.
printdebug
(
&
st
->
ma
.
tei_m
,
"assign request for al
lready a
signed tei %d"
,
"assign request for al
ready as
signed tei %d"
,
st
->
l2
.
tei
);
st
->
l2
.
tei
);
return
;
return
;
}
}
...
...
drivers/isdn/hisax/teleint.c
View file @
2e06448d
...
@@ -95,7 +95,7 @@ writefifo(unsigned int ale, unsigned int adr, u8 off, u8 * data, int size)
...
@@ -95,7 +95,7 @@ writefifo(unsigned int ale, unsigned int adr, u8 off, u8 * data, int size)
register
int
max_delay
=
20000
;
register
int
max_delay
=
20000
;
register
int
i
;
register
int
i
;
/* fifo write without cli because it's al
l
ready done */
/* fifo write without cli because it's already done */
byteout
(
ale
,
off
);
byteout
(
ale
,
off
);
for
(
i
=
0
;
i
<
size
;
i
++
)
{
for
(
i
=
0
;
i
<
size
;
i
++
)
{
ret
=
HFC_BUSY
&
bytein
(
ale
);
ret
=
HFC_BUSY
&
bytein
(
ale
);
...
...
drivers/isdn/hysdn/hycapi.c
View file @
2e06448d
...
@@ -227,7 +227,7 @@ hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl,
...
@@ -227,7 +227,7 @@ hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl,
return
;
return
;
}
}
if
(
chk
==
1
)
{
if
(
chk
==
1
)
{
printk
(
KERN_INFO
"HYSDN: apl %d al
l
ready registered
\n
"
,
appl
);
printk
(
KERN_INFO
"HYSDN: apl %d already registered
\n
"
,
appl
);
return
;
return
;
}
}
MaxBDataBlocks
=
rp
->
datablkcnt
>
CAPI_MAXDATAWINDOW
?
CAPI_MAXDATAWINDOW
:
rp
->
datablkcnt
;
MaxBDataBlocks
=
rp
->
datablkcnt
>
CAPI_MAXDATAWINDOW
?
CAPI_MAXDATAWINDOW
:
rp
->
datablkcnt
;
...
...
drivers/media/video/zr36067.c
View file @
2e06448d
...
@@ -264,11 +264,11 @@ static void zoran_feed_stat_com(struct zoran *zr);
...
@@ -264,11 +264,11 @@ static void zoran_feed_stat_com(struct zoran *zr);
/*
/*
* Allocate the V4L grab buffers
* Allocate the V4L grab buffers
*
*
* These have to be pysically contiguous.
* These have to be p
h
ysically contiguous.
* If v4l_bufsize <= MAX_KMALLOC_MEM we use kmalloc
* If v4l_bufsize <= MAX_KMALLOC_MEM we use kmalloc
* else we try to allocate them with bigphysarea_alloc_pages
* else we try to allocate them with bigphysarea_alloc_pages
* if the bigphysarea patch is present in the kernel,
* if the bigphysarea patch is present in the kernel,
* else we try to use high memory (if the user has boote
t
* else we try to use high memory (if the user has boote
d
* Linux with the necessary memory left over).
* Linux with the necessary memory left over).
*/
*/
...
@@ -280,7 +280,7 @@ static int v4l_fbuffer_alloc(struct zoran *zr)
...
@@ -280,7 +280,7 @@ static int v4l_fbuffer_alloc(struct zoran *zr)
for
(
i
=
0
;
i
<
v4l_nbufs
;
i
++
)
{
for
(
i
=
0
;
i
<
v4l_nbufs
;
i
++
)
{
if
(
zr
->
v4l_gbuf
[
i
].
fbuffer
)
if
(
zr
->
v4l_gbuf
[
i
].
fbuffer
)
printk
(
KERN_WARNING
printk
(
KERN_WARNING
"%s: v4l_fbuffer_alloc: buffer %d al
l
ready allocated ???
\n
"
,
"%s: v4l_fbuffer_alloc: buffer %d already allocated ???
\n
"
,
zr
->
name
,
i
);
zr
->
name
,
i
);
//udelay(20);
//udelay(20);
...
@@ -413,7 +413,7 @@ static int jpg_fbuffer_alloc(struct zoran *zr)
...
@@ -413,7 +413,7 @@ static int jpg_fbuffer_alloc(struct zoran *zr)
for
(
i
=
0
;
i
<
zr
->
jpg_nbufs
;
i
++
)
{
for
(
i
=
0
;
i
<
zr
->
jpg_nbufs
;
i
++
)
{
if
(
zr
->
jpg_gbuf
[
i
].
frag_tab
)
if
(
zr
->
jpg_gbuf
[
i
].
frag_tab
)
printk
(
KERN_WARNING
printk
(
KERN_WARNING
"%s: jpg_fbuffer_alloc: buffer %d al
l
ready allocated ???
\n
"
,
"%s: jpg_fbuffer_alloc: buffer %d already allocated ???
\n
"
,
zr
->
name
,
i
);
zr
->
name
,
i
);
/* Allocate fragment table for this buffer */
/* Allocate fragment table for this buffer */
...
@@ -445,7 +445,7 @@ static int jpg_fbuffer_alloc(struct zoran *zr)
...
@@ -445,7 +445,7 @@ static int jpg_fbuffer_alloc(struct zoran *zr)
for
(
off
=
0
;
off
<
zr
->
jpg_bufsize
;
off
+=
PAGE_SIZE
)
for
(
off
=
0
;
off
<
zr
->
jpg_bufsize
;
off
+=
PAGE_SIZE
)
SetPageReserved
(
virt_to_page
(
mem
+
off
));
SetPageReserved
(
virt_to_page
(
mem
+
off
));
}
else
{
}
else
{
/* jpg_bufsize is al
lrea
y page aligned */
/* jpg_bufsize is al
read
y page aligned */
for
(
j
=
0
;
j
<
zr
->
jpg_bufsize
/
PAGE_SIZE
;
j
++
)
for
(
j
=
0
;
j
<
zr
->
jpg_bufsize
/
PAGE_SIZE
;
j
++
)
{
{
mem
=
get_zeroed_page
(
GFP_KERNEL
);
mem
=
get_zeroed_page
(
GFP_KERNEL
);
...
@@ -935,7 +935,7 @@ static void zr36057_overlay(struct zoran *zr, int on)
...
@@ -935,7 +935,7 @@ static void zr36057_overlay(struct zoran *zr, int on)
fmt
);
fmt
);
/* Start and length of each line MUST be 4-byte aligned.
/* Start and length of each line MUST be 4-byte aligned.
This should be al
l
ready checked before the call to this routine.
This should be already checked before the call to this routine.
All error messages are internal driver checking only! */
All error messages are internal driver checking only! */
/* video display top and bottom registers */
/* video display top and bottom registers */
...
@@ -3242,7 +3242,7 @@ static int zoran_open(struct video_device *dev, int flags)
...
@@ -3242,7 +3242,7 @@ static int zoran_open(struct video_device *dev, int flags)
case
0
:
case
0
:
if
(
zr
->
user
>
1
)
{
if
(
zr
->
user
>
1
)
{
DEBUG1
(
printk
(
KERN_WARNING
DEBUG1
(
printk
(
KERN_WARNING
"%s: zoran_open: Buz is al
l
ready in use
\n
"
,
"%s: zoran_open: Buz is already in use
\n
"
,
zr
->
name
));
zr
->
name
));
return
-
EBUSY
;
return
-
EBUSY
;
}
}
...
@@ -4067,7 +4067,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd,
...
@@ -4067,7 +4067,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd,
if
(
zr
->
jpg_buffers_allocated
)
{
if
(
zr
->
jpg_buffers_allocated
)
{
DEBUG1
(
printk
(
KERN_ERR
DEBUG1
(
printk
(
KERN_ERR
"%s: BUZIOC_REQBUFS: buffers al
l
ready allocated
\n
"
,
"%s: BUZIOC_REQBUFS: buffers already allocated
\n
"
,
zr
->
name
));
zr
->
name
));
return
-
EINVAL
;
return
-
EINVAL
;
}
}
...
...
drivers/serial/core.c
View file @
2e06448d
...
@@ -2023,7 +2023,7 @@ uart_configure_port(struct uart_driver *drv, struct uart_state *state,
...
@@ -2023,7 +2023,7 @@ uart_configure_port(struct uart_driver *drv, struct uart_state *state,
}
}
/*
/*
* This reverses the
a
ffects of uart_configure_port, hanging up the
* This reverses the
e
ffects of uart_configure_port, hanging up the
* port before removal.
* port before removal.
*/
*/
static
void
static
void
...
...
drivers/video/amifb.c
View file @
2e06448d
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
moved to optimize use of dma (useful for OCS/ECS overscan displays)
moved to optimize use of dma (useful for OCS/ECS overscan displays)
- ddfstop is ddfstrt+ddfsize-fetchsize
- ddfstop is ddfstrt+ddfsize-fetchsize
- If C= didn't change anything for AGA, then at following positions the
- If C= didn't change anything for AGA, then at following positions the
dma bus is al
l
ready used:
dma bus is already used:
ddfstrt < 48 -> memory refresh
ddfstrt < 48 -> memory refresh
< 96 -> disk dma
< 96 -> disk dma
< 160 -> audio dma
< 160 -> audio dma
...
...
drivers/video/fbmem.c
View file @
2e06448d
...
@@ -943,7 +943,7 @@ fb_set_var(struct fb_info *info, struct fb_var_screeninfo *var)
...
@@ -943,7 +943,7 @@ fb_set_var(struct fb_info *info, struct fb_var_screeninfo *var)
int
int
fb_blank
(
struct
fb_info
*
info
,
int
blank
)
fb_blank
(
struct
fb_info
*
info
,
int
blank
)
{
{
/* ??? Varible sized stack allocation. */
/* ??? Vari
a
ble sized stack allocation. */
u16
black
[
info
->
cmap
.
len
];
u16
black
[
info
->
cmap
.
len
];
struct
fb_cmap
cmap
;
struct
fb_cmap
cmap
;
...
@@ -990,7 +990,8 @@ fb_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
...
@@ -990,7 +990,8 @@ fb_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
return
-
EFAULT
;
return
-
EFAULT
;
return
0
;
return
0
;
case
FBIOGET_FSCREENINFO
:
case
FBIOGET_FSCREENINFO
:
return
copy_to_user
((
void
*
)
arg
,
&
info
->
fix
,
sizeof
(
fix
))
?
-
EFAULT
:
0
;
return
copy_to_user
((
void
*
)
arg
,
&
info
->
fix
,
sizeof
(
fix
))
?
-
EFAULT
:
0
;
case
FBIOPUTCMAP
:
case
FBIOPUTCMAP
:
if
(
copy_from_user
(
&
cmap
,
(
void
*
)
arg
,
sizeof
(
cmap
)))
if
(
copy_from_user
(
&
cmap
,
(
void
*
)
arg
,
sizeof
(
cmap
)))
return
-
EFAULT
;
return
-
EFAULT
;
...
...
drivers/video/stifb.c
View file @
2e06448d
...
@@ -1235,7 +1235,7 @@ stifb_init_fb(struct sti_struct *sti, int force_bpp)
...
@@ -1235,7 +1235,7 @@ stifb_init_fb(struct sti_struct *sti, int force_bpp)
}
}
/* get framebuffer pysical and virtual base addr & len (64bit ready) */
/* get framebuffer p
h
ysical and virtual base addr & len (64bit ready) */
fix
->
smem_start
=
fb
->
sti
->
regions_phys
[
1
]
|
0xffffffff00000000
;
fix
->
smem_start
=
fb
->
sti
->
regions_phys
[
1
]
|
0xffffffff00000000
;
fix
->
smem_len
=
fb
->
sti
->
regions
[
1
].
region_desc
.
length
*
4096
;
fix
->
smem_len
=
fb
->
sti
->
regions
[
1
].
region_desc
.
length
*
4096
;
...
...
net/irda/irlmp_event.c
View file @
2e06448d
...
@@ -714,7 +714,7 @@ static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event,
...
@@ -714,7 +714,7 @@ static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event,
break
;
break
;
case
LM_CONNECT_RESPONSE
:
case
LM_CONNECT_RESPONSE
:
IRDA_DEBUG
(
0
,
"%s(), LM_CONNECT_RESPONSE, "
IRDA_DEBUG
(
0
,
"%s(), LM_CONNECT_RESPONSE, "
"error, LSAP al
l
ready connected
\n
"
,
__FUNCTION__
);
"error, LSAP already connected
\n
"
,
__FUNCTION__
);
/* Keep state */
/* Keep state */
break
;
break
;
case
LM_DISCONNECT_REQUEST
:
case
LM_DISCONNECT_REQUEST
:
...
...
scripts/fixdep.c
View file @
2e06448d
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
*
*
* If the user re-runs make *config, linux/autoconf.h will be
* If the user re-runs make *config, linux/autoconf.h will be
* regenerated. make notices that and will rebuild every file which
* regenerated. make notices that and will rebuild every file which
* includes autconf.h, i.e. basically all files. This is extremely
* includes aut
o
conf.h, i.e. basically all files. This is extremely
* annoying if the user just changed CONFIG_HIS_DRIVER from n to m.
* annoying if the user just changed CONFIG_HIS_DRIVER from n to m.
*
*
* So we play the same trick that "mkdep" played before. We replace
* So we play the same trick that "mkdep" played before. We replace
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
* cmd_<target> = <cmdline>
* cmd_<target> = <cmdline>
*
*
* and then basically copies the .<target>.d file to stdout, in the
* and then basically copies the .<target>.d file to stdout, in the
* process filtering out the dependency on linux/autconf.h and adding
* process filtering out the dependency on linux/aut
o
conf.h and adding
* dependencies on include/config/my/option.h for every
* dependencies on include/config/my/option.h for every
* CONFIG_MY_OPTION encountered in any of the prequisites.
* CONFIG_MY_OPTION encountered in any of the prequisites.
*
*
...
...
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