diff options
| author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-22 17:34:29 -0200 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 15:39:50 +0100 | 
| commit | 137f1188ef2747e987cbb469e6a54dde3350cb51 (patch) | |
| tree | 56717f788716b20411c21d93a196546bcd6473c2 | |
| parent | 83cf0a9b86ba12664ab0648f5afb118c981371e9 (diff) | |
| download | olio-linux-3.10-137f1188ef2747e987cbb469e6a54dde3350cb51.tar.xz olio-linux-3.10-137f1188ef2747e987cbb469e6a54dde3350cb51.zip  | |
spidev: fix double "of of" in comment
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
| -rw-r--r-- | drivers/spi/spidev.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 5d23983f02f..d9b4100ade9 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  |