Signed-off-by: Andrea Gelmini <andrea.gelm...@gelma.net>
---
 arch/powerpc/kernel/process.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index e2f12cb..6d39786 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -709,7 +709,7 @@ static inline int set_dawr(struct arch_hw_breakpoint *brk)
        dawrx |= (brk->type & (HW_BRK_TYPE_PRIV_ALL)) \
                                   >> 3; //* PRIM bits */
        /* dawr length is stored in field MDR bits 48:53.  Matches range in
-          doublewords (64 bits) baised by -1 eg. 0b000000=1DW and
+          doublewords (64 bits) raised by -1 eg. 0b000000=1DW and
           0b111111=64DW.
           brk->len is in bytes.
           This aligns up to double word size, shifts and does the bias.
@@ -794,7 +794,7 @@ static void tm_reclaim_thread(struct thread_struct *thr,
         * this state.
         * We do this using the current MSR, rather tracking it in
         * some specific thread_struct bit, as it has the additional
-        * benifit of checking for a potential TM bad thing exception.
+        * benefit of checking for a potential TM bad thing exception.
         */
        if (!MSR_TM_SUSPENDED(mfmsr()))
                return;
-- 
2.8.2.534.g1f66975

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to