diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-22 15:34:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:50 -0500 |
commit | 137f1188ef2747e987cbb469e6a54dde3350cb51 (patch) | |
tree | 56717f788716b20411c21d93a196546bcd6473c2 /drivers/spi | |
parent | 83cf0a9b86ba12664ab0648f5afb118c981371e9 (diff) |
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>
Diffstat (limited to 'drivers/spi')
-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 5d23983f02fc..d9b4100ade9c 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
@@ -42,7 +42,7 @@ | |||
42 | * This supports acccess to SPI devices using normal userspace I/O calls. | 42 | * This supports acccess to SPI devices using normal userspace I/O calls. |
43 | * Note that while traditional UNIX/POSIX I/O semantics are half duplex, | 43 | * Note that while traditional UNIX/POSIX I/O semantics are half duplex, |
44 | * and often mask message boundaries, full SPI support requires full duplex | 44 | * and often mask message boundaries, full SPI support requires full duplex |
45 | * transfers. There are several kinds of of internal message boundaries to | 45 | * transfers. There are several kinds of internal message boundaries to |
46 | * handle chipselect management and other protocol options. | 46 | * handle chipselect management and other protocol options. |
47 | * | 47 | * |
48 | * SPI has a character major number assigned. We allocate minor numbers | 48 | * SPI has a character major number assigned. We allocate minor numbers |