diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-05-03 14:59:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-04 09:42:23 -0400 |
commit | 8ba811a7d2f0f86a37bd8aaaff35ce1004633430 (patch) | |
tree | fd59f6fc80c3a9b7525b015da6f94488db669c0d | |
parent | 0569a88f3d1ffed94b15569d53872f16e2351099 (diff) |
spi: Fix simple typo s/impelment/implement
This fixes a simple typo in one of the comments.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/spi/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index a50f880a5036..9e54d7bf3ec3 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c | |||
@@ -935,7 +935,7 @@ static int spi_map_msg(struct spi_master *master, struct spi_message *msg) | |||
935 | * spi_transfer_one_message - Default implementation of transfer_one_message() | 935 | * spi_transfer_one_message - Default implementation of transfer_one_message() |
936 | * | 936 | * |
937 | * This is a standard implementation of transfer_one_message() for | 937 | * This is a standard implementation of transfer_one_message() for |
938 | * drivers which impelment a transfer_one() operation. It provides | 938 | * drivers which implement a transfer_one() operation. It provides |
939 | * standard handling of delays and chip select management. | 939 | * standard handling of delays and chip select management. |
940 | */ | 940 | */ |
941 | static int spi_transfer_one_message(struct spi_master *master, | 941 | static int spi_transfer_one_message(struct spi_master *master, |