Commit b29ea0e7 authored by wangjianli's avatar wangjianli Committed by Linus Walleij
Browse files

arm/mach-ux500: fix repeated words in comments

parent 9abf2313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ bool prcmu_pending_irq(void)
}

/*
 * This function checks if the specified cpu is in in WFI. It's usage
 * This function checks if the specified cpu is in WFI. It's usage
 * makes sense only if the gic is decoupled with the db8500_prcmu_gic_decouple
 * function. Of course passing smp_processor_id() to this function will
 * always return false...