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
a3dddd56
Commit
a3dddd56
authored
Mar 11, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
59b3e8e9
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
32 additions
and
31 deletions
+32
-31
arch/mips/au1000/common/dbdma.c
arch/mips/au1000/common/dbdma.c
+2
-2
arch/mips/au1000/common/dma.c
arch/mips/au1000/common/dma.c
+1
-1
arch/mips/au1000/common/platform.c
arch/mips/au1000/common/platform.c
+2
-2
arch/mips/au1000/common/setup.c
arch/mips/au1000/common/setup.c
+1
-1
arch/mips/au1000/common/time.c
arch/mips/au1000/common/time.c
+1
-1
arch/mips/dec/prom/memory.c
arch/mips/dec/prom/memory.c
+1
-1
arch/mips/jazz/int-handler.S
arch/mips/jazz/int-handler.S
+6
-6
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/cpu-probe.c
+3
-3
arch/mips/kernel/gdb-low.S
arch/mips/kernel/gdb-low.S
+1
-1
arch/mips/kernel/signal-common.h
arch/mips/kernel/signal-common.h
+5
-5
arch/mips/kernel/signal32.c
arch/mips/kernel/signal32.c
+5
-5
arch/mips/kernel/traps.c
arch/mips/kernel/traps.c
+1
-1
arch/mips/lasat/image/romscript.normal
arch/mips/lasat/image/romscript.normal
+3
-2
No files found.
arch/mips/au1000/common/dbdma.c
View file @
a3dddd56
arch/mips/au1000/common/dma.c
View file @
a3dddd56
arch/mips/au1000/common/platform.c
View file @
a3dddd56
arch/mips/au1000/common/setup.c
View file @
a3dddd56
arch/mips/au1000/common/time.c
View file @
a3dddd56
arch/mips/dec/prom/memory.c
View file @
a3dddd56
arch/mips/jazz/int-handler.S
View file @
a3dddd56
arch/mips/kernel/cpu-probe.c
View file @
a3dddd56
arch/mips/kernel/gdb-low.S
View file @
a3dddd56
arch/mips/kernel/signal-common.h
View file @
a3dddd56
arch/mips/kernel/signal32.c
View file @
a3dddd56
arch/mips/kernel/traps.c
View file @
a3dddd56
arch/mips/lasat/image/romscript.normal
View file @
a3dddd56
...
...
@@ -16,7 +16,8 @@ SECTIONS
_image_start = ADDR(.data);
_image_size = SIZEOF(.data);
.other : {
.other :
{
*(.*)
}
}
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