sb/amd: Fix grammar in comment
Change-Id: I478a59534ec997947855eb0ff228a0dd9e15a5a5 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/29567 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
5f82433206
commit
dee0f8845b
|
@ -88,7 +88,7 @@ void spi_init(void)
|
|||
static int spi_ctrlr_xfer(const struct spi_slave *slave, const void *dout,
|
||||
size_t bytesout, void *din, size_t bytesin)
|
||||
{
|
||||
/* First byte is cmd which can not being sent through FIFO. */
|
||||
/* First byte is cmd which can not be sent through FIFO. */
|
||||
u8 cmd = *(u8 *)dout++;
|
||||
u8 readoffby1;
|
||||
size_t count;
|
||||
|
|
|
@ -57,7 +57,7 @@ void spi_init()
|
|||
static int spi_ctrlr_xfer(const struct spi_slave *slave, const void *dout,
|
||||
size_t bytesout, void *din, size_t bytesin)
|
||||
{
|
||||
/* First byte is cmd which can not being sent through FIFO. */
|
||||
/* First byte is cmd which can not be sent through FIFO. */
|
||||
u8 cmd = *(u8 *)dout++;
|
||||
u8 readoffby1;
|
||||
u8 readwrite;
|
||||
|
|
Loading…
Reference in New Issue