From: Ralf Baechle Date: Mon, 3 Aug 2009 11:56:39 +0000 (+0100) Subject: MIPS: VPE: Fix bogus indentation. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=349c4229ed305146a558008d393c622d715cd11d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git MIPS: VPE: Fix bogus indentation. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 6cbeb2a54527..e3687524fdb6 100644 --- a/arch/mips/kernel/vpe.c +++ b/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