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
9717e718
Commit
9717e718
authored
Mar 26, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] S/390 typo fixes
From Steven Cole
parent
d2d47540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
include/asm-s390/bitops.h
include/asm-s390/bitops.h
+6
-6
No files found.
include/asm-s390/bitops.h
View file @
9717e718
...
...
@@ -51,7 +51,7 @@ extern const char _sb_findmap[];
#ifdef CONFIG_SMP
/*
* SMP sa
v
e set_bit routine based on compare and swap (CS)
* SMP sa
f
e set_bit routine based on compare and swap (CS)
*/
static
inline
void
set_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
{
...
...
@@ -76,7 +76,7 @@ static inline void set_bit_cs(int nr, volatile unsigned long *ptr)
}
/*
* SMP sa
v
e clear_bit routine based on compare and swap (CS)
* SMP sa
f
e clear_bit routine based on compare and swap (CS)
*/
static
inline
void
clear_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
{
...
...
@@ -101,7 +101,7 @@ static inline void clear_bit_cs(int nr, volatile unsigned long *ptr)
}
/*
* SMP sa
v
e change_bit routine based on compare and swap (CS)
* SMP sa
f
e change_bit routine based on compare and swap (CS)
*/
static
inline
void
change_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
{
...
...
@@ -126,7 +126,7 @@ static inline void change_bit_cs(int nr, volatile unsigned long *ptr)
}
/*
* SMP sa
v
e test_and_set_bit routine based on compare and swap (CS)
* SMP sa
f
e test_and_set_bit routine based on compare and swap (CS)
*/
static
inline
int
test_and_set_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
...
...
@@ -153,7 +153,7 @@ test_and_set_bit_cs(int nr, volatile unsigned long *ptr)
}
/*
* SMP sa
v
e test_and_clear_bit routine based on compare and swap (CS)
* SMP sa
f
e test_and_clear_bit routine based on compare and swap (CS)
*/
static
inline
int
test_and_clear_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
...
...
@@ -180,7 +180,7 @@ test_and_clear_bit_cs(int nr, volatile unsigned long *ptr)
}
/*
* SMP sa
v
e test_and_change_bit routine based on compare and swap (CS)
* SMP sa
f
e test_and_change_bit routine based on compare and swap (CS)
*/
static
inline
int
test_and_change_bit_cs
(
int
nr
,
volatile
unsigned
long
*
ptr
)
...
...
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