mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
Global cleanup: Fix a few spelling errors
Just a trivial patch to fix a few errors found by codespell. Here's the command I used: codespell -S subprojects,out \ -L fwe,dout,tast,crate,parms,claus,nt,nd,te,truns,trun Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I4e3b277f220fa70dcab21912c30f1d26d9bd8749 Reviewed-on: https://review.coreboot.org/c/flashrom/+/62840 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
005aa915a0
commit
0f388acaba
@ -406,7 +406,7 @@ static int ch341a_spi_shutdown(void *data)
|
||||
|
||||
static const struct spi_master spi_master_ch341a_spi = {
|
||||
.features = SPI_MASTER_4BA,
|
||||
/* flashrom's current maximum is 256 B. CH341A was tested on Linux and Windows to accept atleast
|
||||
/* flashrom's current maximum is 256 B. CH341A was tested on Linux and Windows to accept at least
|
||||
* 128 kB. Basically there should be no hard limit because transfers are broken up into USB packets
|
||||
* sent to the device and most of their payload streamed via SPI. */
|
||||
.max_data_read = 4 * 1024,
|
||||
@ -428,7 +428,7 @@ static int ch341a_spi_init(void)
|
||||
|
||||
int32_t ret = libusb_init(NULL);
|
||||
if (ret < 0) {
|
||||
msg_perr("Couldnt initialize libusb!\n");
|
||||
msg_perr("Couldn't initialize libusb!\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user