src/{drivers,soc}: Fix some code indents
Change-Id: I55682de4a1bc74f170e2044de35b0d8d53ef51ff Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61413 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
f711bf03a6
commit
0bc5d9dfff
6 changed files with 11 additions and 11 deletions
|
|
@ -84,7 +84,7 @@ static void eth_pio_write(unsigned char *src, unsigned int dst, unsigned int cnt
|
|||
outb(D8390_COMMAND_RD1 | D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
|
||||
|
||||
while (cnt--) {
|
||||
outb(*(src++), eth_nic_base + NE_ASIC_OFFSET + NE_DATA);
|
||||
outb(*(src++), eth_nic_base + NE_ASIC_OFFSET + NE_DATA);
|
||||
}
|
||||
/*
|
||||
#warning "Add timeout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue