mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
greybus: greybus_protocols: fix typo in comment
Fix misspelled variable name in comment. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
e34fae58f6
commit
46d26c5d57
@ -571,7 +571,7 @@ struct gb_spi_transfer_request {
|
||||
__u8 chip_select; /* of the spi device */
|
||||
__u8 mode; /* of the spi device */
|
||||
__le16 count;
|
||||
struct gb_spi_transfer transfers[0]; /* trnasfer_count of these */
|
||||
struct gb_spi_transfer transfers[0]; /* count of these */
|
||||
};
|
||||
|
||||
struct gb_spi_transfer_response {
|
||||
|
Loading…
Reference in New Issue
Block a user