mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
tree: Remove unneeded semicolons after loops
Trivial cleanup Change-Id: Id93a019a39b765c70b1a4eaeb25d9b582c3e4141 Signed-off-by: David Hendricks <david.hendricks@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/42742 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
3c720597c3
commit
17d463718d
@ -205,7 +205,7 @@ static struct lb_header *find_lb_table(void *base, unsigned long start,
|
||||
msg_pdbg("Found coreboot table at 0x%08lx.\n", addr);
|
||||
return head;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
@ -160,7 +160,7 @@ static int send_read(unsigned int readcnt, unsigned char *readarr)
|
||||
return -1;
|
||||
}
|
||||
n_read -= payload_size;
|
||||
};
|
||||
}
|
||||
|
||||
n_read = readcnt;
|
||||
while (n_read) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user