Subject: [PATCH 1/2] trivial: fix double "of of" in comment in spidev code

Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
---
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 5d23983..d9b4100 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
--
1.6.3.3


2009-10-23 01:48:28

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH 1/2] trivial: fix double "of of" in comment in spidev code

On Thu, 22 Oct 2009, Thadeu Lima de Souza Cascardo wrote:

> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
> ---
> 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 5d23983..d9b4100 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.

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.