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
Kirill Smelkov
linux
Commits
d824a4d2
Commit
d824a4d2
authored
Jan 09, 2005
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Minor white space cleanup
parent
ef9f43d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
arch/arm/common/sa1111.c
arch/arm/common/sa1111.c
+5
-6
arch/arm/kernel/asm-offsets.c
arch/arm/kernel/asm-offsets.c
+1
-1
arch/arm/mach-sa1100/neponset.c
arch/arm/mach-sa1100/neponset.c
+2
-2
No files found.
arch/arm/common/sa1111.c
View file @
d824a4d2
...
...
@@ -797,7 +797,7 @@ struct sa1111_save_data {
unsigned
int
wakeen1
;
};
#ifdef
CONFIG_PM
#ifdef
CONFIG_PM
static
int
sa1111_suspend
(
struct
device
*
dev
,
u32
state
,
u32
level
)
{
...
...
@@ -922,11 +922,10 @@ static int sa1111_resume(struct device *dev, u32 level)
return
0
;
}
#else
/* !CONFIG_PM */
#define sa1111_resume NULL
#define sa1111_suspend NULL
#endif
/* !CONFIG_PM */
#else
#define sa1111_suspend NULL
#define sa1111_resume NULL
#endif
static
int
sa1111_probe
(
struct
device
*
dev
)
{
...
...
arch/arm/kernel/asm-offsets.c
View file @
d824a4d2
...
...
@@ -73,7 +73,7 @@ int main(void)
DEFINE
(
VM_EXEC
,
VM_EXEC
);
BLANK
();
DEFINE
(
PAGE_SZ
,
PAGE_SIZE
);
DEFINE
(
VIRT_OFFSET
,
PAGE_OFFSET
);
DEFINE
(
VIRT_OFFSET
,
PAGE_OFFSET
);
BLANK
();
DEFINE
(
SYS_ERROR0
,
0x9f0000
);
BLANK
();
...
...
arch/arm/mach-sa1100/neponset.c
View file @
d824a4d2
...
...
@@ -211,8 +211,8 @@ static int neponset_resume(struct device *dev, u32 level)
}
#else
#define
neponset_suspend
NULL
#define
neponset_resume
NULL
#define
neponset_suspend
NULL
#define
neponset_resume
NULL
#endif
static
struct
device_driver
neponset_device_driver
=
{
...
...
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