hw/sd: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-18-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
d5c9fa4708
commit
b8d099825b
@ -1224,7 +1224,7 @@ static sd_rsp_type_t sd_normal_command(SDState *sd, SDRequest req)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Block read commands (Classs 2) */
|
/* Block read commands (Class 2) */
|
||||||
case 16: /* CMD16: SET_BLOCKLEN */
|
case 16: /* CMD16: SET_BLOCKLEN */
|
||||||
switch (sd->state) {
|
switch (sd->state) {
|
||||||
case sd_transfer_state:
|
case sd_transfer_state:
|
||||||
|
@ -1811,7 +1811,7 @@ usdhc_write(void *opaque, hwaddr offset, uint64_t val, unsigned size)
|
|||||||
* on i.MX, but since it is not used by QEMU we do not care.
|
* on i.MX, but since it is not used by QEMU we do not care.
|
||||||
*
|
*
|
||||||
* We don't want to call sdhci_write(.., SDHC_TRNMOD, ...)
|
* We don't want to call sdhci_write(.., SDHC_TRNMOD, ...)
|
||||||
* here becuase it will result in a call to
|
* here because it will result in a call to
|
||||||
* sdhci_send_command(s) which we don't want.
|
* sdhci_send_command(s) which we don't want.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user