powerpc: remove unnecessary line continuations
authorBharat Bhushan <r65777@freescale.com>
Thu, 4 Jul 2013 06:15:45 +0000 (11:45 +0530)
committerScott Wood <scottwood@freescale.com>
Fri, 18 Oct 2013 23:38:38 +0000 (18:38 -0500)
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/process.c

index 8649a3d..83079ef 100644 (file)
@@ -327,7 +327,7 @@ static void set_debug_reg_defaults(struct thread_struct *thread)
        /*
         * Force User/Supervisor bits to b11 (user-only MSR[PR]=1)
         */
-       thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |   \
+       thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |
                        DBCR1_IAC3US | DBCR1_IAC4US;
        /*
         * Force Data Address Compare User/Supervisor bits to be User-only