diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 5d23983f02fc7a70f69a1989f4bcccac46bba6a8..d9b4100ade9c2036913aaebb6c7677a36ead6080 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -42,7 +42,7 @@ * This supports acccess to SPI devices using normal userspace I/O calls. * Note that while traditional UNIX/POSIX I/O semantics are half duplex, * and often mask message boundaries, full SPI support requires full duplex - * transfers. There are several kinds of of internal message boundaries to + * transfers. There are several kinds of internal message boundaries to * handle chipselect management and other protocol options. * * SPI has a character major number assigned. We allocate minor numbers