diff options
| author | Miles Bader <miles@lsi.nec.co.jp> | 2002-11-26 05:20:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-26 05:20:46 -0800 |
| commit | b970fb0f6a9beff7cafcea5a279d837b3741d16e (patch) | |
| tree | cae1279c3b2c07c12d1cf6283ee0885b21355090 /include | |
| parent | a5172f6fe6f520b8d5864a79108b2af2e2a6c505 (diff) | |
[PATCH] Random whitespace tweaks in v850 files
Random whitespace tweaks in v850 files
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-v850/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-v850/unistd.h b/include/asm-v850/unistd.h index 3782597e4ebd..1335d2605e18 100644 --- a/include/asm-v850/unistd.h +++ b/include/asm-v850/unistd.h @@ -398,8 +398,8 @@ extern inline pid_t wait(int * wait_stat) /* * "Conditional" syscalls */ -#define cond_syscall(name) \ - asm (".weak\t" C_SYMBOL_STRING(name) ";" \ +#define cond_syscall(name) \ + asm (".weak\t" C_SYMBOL_STRING(name) ";" \ ".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall)); #if 0 /* This doesn't work if there's a function prototype for NAME visible, |
