projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda73d0
)
[MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 18 Feb 2006 18:20:47 +0000
(18:20 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 Feb 2006 16:58:22 +0000
(16:58 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal32.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/signal32.c
b/arch/mips/kernel/signal32.c
index 118a0a9d9a25a5a67ea99c094c7d3c80f5c52f4a..237cd8a2cd323dc8391b20cb474a6063813188b1 100644
(file)
--- a/
arch/mips/kernel/signal32.c
+++ b/
arch/mips/kernel/signal32.c
@@
-221,7
+221,7
@@
_sys32_rt_sigsuspend(nabi_no_regargs struct pt_regs regs)
{
compat_sigset_t *uset;
sigset_t newset;
-
size_t sigsetsize;
+ size_t sigsetsize;
/* XXX Don't preclude handling different sized sigset_t's. */
sigsetsize = regs.regs[5];