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
7e3683e3
Commit
7e3683e3
authored
May 21, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
cd862faa
6aeda98b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c
+2
-2
drivers/scsi/sg.c
drivers/scsi/sg.c
+3
-3
net/core/rtnetlink.c
net/core/rtnetlink.c
+1
-1
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_policy.c
+1
-1
No files found.
drivers/scsi/aic7xxx/aic7xxx_osm.c
View file @
7e3683e3
...
...
@@ -1837,7 +1837,7 @@ ahc_linux_register_host(struct ahc_softc *ahc, Scsi_Host_Template *template)
}
uint64_t
ahc_linux_get_memsize
()
ahc_linux_get_memsize
(
void
)
{
struct
sysinfo
si
;
...
...
@@ -1852,7 +1852,7 @@ ahc_linux_get_memsize()
* scenario.
*/
static
int
ahc_linux_next_unit
()
ahc_linux_next_unit
(
void
)
{
struct
ahc_softc
*
ahc
;
int
unit
;
...
...
drivers/scsi/sg.c
View file @
7e3683e3
...
...
@@ -2658,7 +2658,7 @@ sg_allow_access(unsigned char opcode, char dev_type)
#ifdef CONFIG_PROC_FS
static
int
sg_last_dev
()
sg_last_dev
(
void
)
{
int
k
;
unsigned
long
iflags
;
...
...
@@ -2770,7 +2770,7 @@ static struct sg_proc_leaf sg_proc_leaf_arr[] = {
extern
struct
proc_dir_entry
*
proc_scsi
;
static
int
sg_proc_init
()
sg_proc_init
(
void
)
{
int
k
,
mask
;
int
num_leaves
=
...
...
@@ -2798,7 +2798,7 @@ sg_proc_init()
}
static
void
sg_proc_cleanup
()
sg_proc_cleanup
(
void
)
{
int
k
;
int
num_leaves
=
...
...
net/core/rtnetlink.c
View file @
7e3683e3
...
...
@@ -52,7 +52,7 @@
DECLARE_MUTEX
(
rtnl_sem
);
void
rtnl_lock
()
void
rtnl_lock
(
void
)
{
rtnl_shlock
();
rtnl_exlock
();
...
...
net/xfrm/xfrm_policy.c
View file @
7e3683e3
...
...
@@ -314,7 +314,7 @@ struct xfrm_policy *xfrm_policy_byid(int dir, u32 id, int delete)
return
pol
;
}
void
xfrm_policy_flush
()
void
xfrm_policy_flush
(
void
)
{
struct
xfrm_policy
*
xp
;
int
dir
;
...
...
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