Bläddra i källkod

MIPS: VPE: Fix bogus indentation.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 16 år sedan
förälder
incheckning
349c4229ed
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      arch/mips/kernel/vpe.c

+ 1 - 1
arch/mips/kernel/vpe.c

@@ -73,7 +73,7 @@ static int major;
 static const int minor = 1;	/* fixed for now  */
 
 #ifdef CONFIG_MIPS_APSP_KSPD
- static struct kspd_notifications kspd_events;
+static struct kspd_notifications kspd_events;
 static int kspd_events_reqd = 0;
 #endif