mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6eedbb5b0c
commit
9b4b4e510b
48 changed files with 85 additions and 85 deletions
|
@ -837,7 +837,7 @@ static void ospi_do_ind_read(XlnxVersalOspi *s)
|
|||
/* Continue to read flash until we run out of space in sram */
|
||||
while (!ospi_ind_op_completed(op) &&
|
||||
!fifo8_is_full(&s->rx_sram)) {
|
||||
/* Read reqested number of bytes, max bytes limited to size of sram */
|
||||
/* Read requested number of bytes, max bytes limited to size of sram */
|
||||
next_b = ind_op_next_byte(op);
|
||||
end_b = next_b + fifo8_num_free(&s->rx_sram);
|
||||
end_b = MIN(end_b, ind_op_end_byte(op));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue