summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/peach_pit/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/peach_pit/mainboard.c')
-rw-r--r--src/mainboard/google/peach_pit/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/peach_pit/mainboard.c b/src/mainboard/google/peach_pit/mainboard.c
index 8b54b9977a1b..33541b231e36 100644
--- a/src/mainboard/google/peach_pit/mainboard.c
+++ b/src/mainboard/google/peach_pit/mainboard.c
@@ -254,7 +254,7 @@ static void parade_dp_bridge_setup(void)
* we're out of here.
* If it's not ready after a second, then we're in big trouble.
*/
- for(i = 0; i < 1000; i++){
+ for (i = 0; i < 1000; i++){
if (gpio_get_value(dp_hpd))
break;
mdelay(1);