Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Moritz Fischer and committed by
Mark Brown
8ba811a7 0569a88f

+1 -1
+1 -1
drivers/spi/spi.c
··· 935 935 * spi_transfer_one_message - Default implementation of transfer_one_message() 936 936 * 937 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 939 * standard handling of delays and chip select management. 940 940 */ 941 941 static int spi_transfer_one_message(struct spi_master *master,