Commit 1d0098b6e2055e4afb2ceadf11c4b9f43b671ccc

Authored by Alexey Dobriyan
Committed by Linus Torvalds
1 parent 295b117ef3

[PATCH] mips: gdb-stub.c: fix parse error before ; token

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mips/kernel/gdb-stub.c
... ... @@ -178,7 +178,7 @@
178 178 */
179 179 static DEFINE_SPINLOCK(kgdb_lock);
180 180 static raw_spinlock_t kgdb_cpulock[NR_CPUS] = {
181   - [0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED;
  181 + [0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED,
182 182 };
183 183  
184 184 /*