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:
Johan Hovold 2015-08-01 11:50:37 +02:00 committed by Greg Kroah-Hartman
parent e34fae58f6
commit 46d26c5d57

View File

@ -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 {