greybus: greybus_protocols: fix typo in comment
authorJohan Hovold <johan@hovoldconsulting.com>
Sat, 1 Aug 2015 09:50:37 +0000 (11:50 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 4 Aug 2015 03:00:41 +0000 (20:00 -0700)
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>
drivers/staging/greybus/greybus_protocols.h

index 9192ee72c6b85186d20870a623e086297f582d61..0441de5becd66f58c7b9e825c30ba50e77f6ed85 100644 (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 {