summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-11-26 05:20:46 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-26 05:20:46 -0800
commitb970fb0f6a9beff7cafcea5a279d837b3741d16e (patch)
treecae1279c3b2c07c12d1cf6283ee0885b21355090
parenta5172f6fe6f520b8d5864a79108b2af2e2a6c505 (diff)
[PATCH] Random whitespace tweaks in v850 files
Random whitespace tweaks in v850 files
-rw-r--r--arch/v850/kernel/procfs.c2
-rw-r--r--include/asm-v850/unistd.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/v850/kernel/procfs.c b/arch/v850/kernel/procfs.c
index c18b4936a6d2..e6f9d060ad5b 100644
--- a/arch/v850/kernel/procfs.c
+++ b/arch/v850/kernel/procfs.c
@@ -24,7 +24,7 @@ static int cpuinfo_print (struct seq_file *m, void *v)
#else
seq_printf (m, "CPU-Model: %s\n", CPU_MODEL);
#endif
-
+
#ifdef CPU_CLOCK_FREQ
seq_printf (m, "CPU-Clock: %ld (%ld MHz)\n",
(long)CPU_CLOCK_FREQ,
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,