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
79a4c583
Commit
79a4c583
authored
Apr 02, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Various typo fixes.
Mostly harmless but 1-2 break compilation.
parent
701fee79
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
15 additions
and
15 deletions
+15
-15
Documentation/Changes
Documentation/Changes
+2
-2
Documentation/SubmittingDrivers
Documentation/SubmittingDrivers
+1
-1
drivers/block/nbd.c
drivers/block/nbd.c
+1
-1
drivers/char/stallion.c
drivers/char/stallion.c
+1
-1
drivers/mtd/ftl.c
drivers/mtd/ftl.c
+1
-1
drivers/usb/storage/transport.h
drivers/usb/storage/transport.h
+1
-1
fs/hpfs/super.c
fs/hpfs/super.c
+1
-1
include/linux/device.h
include/linux/device.h
+1
-1
include/linux/securebits.h
include/linux/securebits.h
+1
-1
kernel/sysctl.c
kernel/sysctl.c
+3
-3
net/netrom/af_netrom.c
net/netrom/af_netrom.c
+1
-1
sound/core/rtctimer.c
sound/core/rtctimer.c
+1
-1
No files found.
Documentation/Changes
View file @
79a4c583
...
@@ -107,8 +107,8 @@ assembling the 16-bit boot code, removing the need for as86 to compile
...
@@ -107,8 +107,8 @@ assembling the 16-bit boot code, removing the need for as86 to compile
your kernel. This change does, however, mean that you need a recent
your kernel. This change does, however, mean that you need a recent
release of binutils.
release of binutils.
System utili
li
ties
System utilities
================
==
================
Architectural changes
Architectural changes
---------------------
---------------------
...
...
Documentation/SubmittingDrivers
View file @
79a4c583
...
@@ -3,7 +3,7 @@ Submitting Drivers For The Linux Kernel
...
@@ -3,7 +3,7 @@ Submitting Drivers For The Linux Kernel
This document is intended to explain how to submit device drivers to the
This document is intended to explain how to submit device drivers to the
Linux 2.2 and 2.4 kernel trees. Note that if you are interested in video
Linux 2.2 and 2.4 kernel trees. Note that if you are interested in video
card drivers you should probably talk to XFree86 (http://www
w
.xfree86.org)
card drivers you should probably talk to XFree86 (http://www.xfree86.org)
instead.
instead.
Also read the Documentation/SubmittingPatches document.
Also read the Documentation/SubmittingPatches document.
...
...
drivers/block/nbd.c
View file @
79a4c583
...
@@ -327,7 +327,7 @@ static void do_nbd_request(request_queue_t * q)
...
@@ -327,7 +327,7 @@ static void do_nbd_request(request_queue_t * q)
req
=
CURRENT
;
req
=
CURRENT
;
#ifdef PARANOIA
#ifdef PARANOIA
if
(
!
req
)
if
(
!
req
)
FAIL
(
"que not empty but no request?"
);
FAIL
(
"que
ue
not empty but no request?"
);
#endif
#endif
dev
=
minor
(
req
->
rq_dev
);
dev
=
minor
(
req
->
rq_dev
);
#ifdef PARANOIA
#ifdef PARANOIA
...
...
drivers/char/stallion.c
View file @
79a4c583
...
@@ -2458,7 +2458,7 @@ static inline int stl_initeio(stlbrd_t *brdp)
...
@@ -2458,7 +2458,7 @@ static inline int stl_initeio(stlbrd_t *brdp)
}
}
/*
/*
* We have verfied that the board is actually present, so now we
* We have ver
i
fied that the board is actually present, so now we
* can complete the setup.
* can complete the setup.
*/
*/
...
...
drivers/mtd/ftl.c
View file @
79a4c583
...
@@ -1369,7 +1369,7 @@ static void __exit cleanup_ftl(void)
...
@@ -1369,7 +1369,7 @@ static void __exit cleanup_ftl(void)
unregister_blkdev
(
FTL_MAJOR
,
"ftl"
);
unregister_blkdev
(
FTL_MAJOR
,
"ftl"
);
blk_cleanup_queue
(
BLK_DEFAULT_QUEUE
(
FTL_MAJOR
));
blk_cleanup_queue
(
BLK_DEFAULT_QUEUE
(
FTL_MAJOR
));
b
k
lk_clear
(
FTL_MAJOR
);
blk_clear
(
FTL_MAJOR
);
del_gendisk
(
&
ftl_gendisk
);
del_gendisk
(
&
ftl_gendisk
);
}
}
...
...
drivers/usb/storage/transport.h
View file @
79a4c583
...
@@ -112,7 +112,7 @@ struct bulk_cs_wrap {
...
@@ -112,7 +112,7 @@ struct bulk_cs_wrap {
#define US_BULK_GET_MAX_LUN 0xfe
#define US_BULK_GET_MAX_LUN 0xfe
/*
/*
* us
_bulk
_transfer() return codes
* us
b_stor
_transfer() return codes
*/
*/
#define US_BULK_TRANSFER_GOOD 0
/* good transfer */
#define US_BULK_TRANSFER_GOOD 0
/* good transfer */
#define US_BULK_TRANSFER_SHORT 1
/* transfered less than expected */
#define US_BULK_TRANSFER_SHORT 1
/* transfered less than expected */
...
...
fs/hpfs/super.c
View file @
79a4c583
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
*
* mouning, unmounting, error handling
* moun
t
ing, unmounting, error handling
*/
*/
#include <linux/string.h>
#include <linux/string.h>
...
...
include/linux/device.h
View file @
79a4c583
...
@@ -83,7 +83,7 @@ struct device {
...
@@ -83,7 +83,7 @@ struct device {
device */
device */
void
*
driver_data
;
/* data private to the driver */
void
*
driver_data
;
/* data private to the driver */
void
*
platform_data
;
/* Platform specific data (e.g. ACPI,
void
*
platform_data
;
/* Platform specific data (e.g. ACPI,
BIOS data relevant to device */
BIOS data relevant to device
)
*/
u32
current_state
;
/* Current operating state. In
u32
current_state
;
/* Current operating state. In
ACPI-speak, this is D0-D3, D0
ACPI-speak, this is D0-D3, D0
...
...
include/linux/securebits.h
View file @
79a4c583
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
extern
unsigned
securebits
;
extern
unsigned
securebits
;
/* When set UID 0 has no special privileges. When unset, we support
/* When set UID 0 has no special privileges. When unset, we support
inheritance of root-permissions and suid-root executable
w
under
inheritance of root-permissions and suid-root executable under
compatibility mode. We raise the effective and inheritable bitmasks
compatibility mode. We raise the effective and inheritable bitmasks
*of the executable file* if the effective uid of the new process is
*of the executable file* if the effective uid of the new process is
0. If the real uid is 0, we raise the inheritable bitmask of the
0. If the real uid is 0, we raise the inheritable bitmask of the
...
...
kernel/sysctl.c
View file @
79a4c583
...
@@ -474,11 +474,11 @@ int do_sysctl_strategy (ctl_table *table,
...
@@ -474,11 +474,11 @@ int do_sysctl_strategy (ctl_table *table,
}
}
/**
/**
* register_sysctl_table - register a sysctl h
ei
rarchy
* register_sysctl_table - register a sysctl h
ie
rarchy
* @table: the top-level table structure
* @table: the top-level table structure
* @insert_at_head: whether the entry should be inserted in front or at the end
* @insert_at_head: whether the entry should be inserted in front or at the end
*
*
* Register a sysctl table h
ei
rarchy. @table should be a filled in ctl_table
* Register a sysctl table h
ie
rarchy. @table should be a filled in ctl_table
* array. An entry with a ctl_name of 0 terminates the table.
* array. An entry with a ctl_name of 0 terminates the table.
*
*
* The members of the &ctl_table structure are used as follows:
* The members of the &ctl_table structure are used as follows:
...
@@ -562,7 +562,7 @@ struct ctl_table_header *register_sysctl_table(ctl_table * table,
...
@@ -562,7 +562,7 @@ struct ctl_table_header *register_sysctl_table(ctl_table * table,
}
}
/**
/**
* unregister_sysctl_table - unregister a sysctl table h
ei
rarchy
* unregister_sysctl_table - unregister a sysctl table h
ie
rarchy
* @header: the header returned from register_sysctl_table
* @header: the header returned from register_sysctl_table
*
*
* Unregisters the sysctl table and all children. proc entries may not
* Unregisters the sysctl table and all children. proc entries may not
...
...
net/netrom/af_netrom.c
View file @
79a4c583
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* NET/ROM 006 Alan(GW4PTS) Brought in line with the ANK changes
* NET/ROM 006 Alan(GW4PTS) Brought in line with the ANK changes
* Jonathan(G4KLX) Removed hdrincl.
* Jonathan(G4KLX) Removed hdrincl.
* NET/ROM 007 Jonathan(G4KLX) New timer architecture.
* NET/ROM 007 Jonathan(G4KLX) New timer architecture.
* Impmented Idle timer.
* Imp
le
mented Idle timer.
* Arnaldo C. Melo s/suser/capable/, micro cleanups
* Arnaldo C. Melo s/suser/capable/, micro cleanups
*/
*/
...
...
sound/core/rtctimer.c
View file @
79a4c583
...
@@ -52,7 +52,7 @@ static int rtctimer_stop(snd_timer_t *t);
...
@@ -52,7 +52,7 @@ static int rtctimer_stop(snd_timer_t *t);
/*
/*
* The hardware depend
e
nt description for this timer.
* The hardware depend
a
nt description for this timer.
*/
*/
static
struct
_snd_timer_hardware
rtc_hw
=
{
static
struct
_snd_timer_hardware
rtc_hw
=
{
flags:
SNDRV_TIMER_HW_FIRST
|
SNDRV_TIMER_HW_AUTO
,
flags:
SNDRV_TIMER_HW_FIRST
|
SNDRV_TIMER_HW_AUTO
,
...
...
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