The below patch fixes a typo occationally to occasionally.
Signed-off-by: Justin P. Mattock <[email protected]>
---
arch/cris/arch-v10/mm/init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/cris/arch-v10/mm/init.c b/arch/cris/arch-v10/mm/init.c
index baa746c..e7f8066 100644
--- a/arch/cris/arch-v10/mm/init.c
+++ b/arch/cris/arch-v10/mm/init.c
@@ -241,7 +241,7 @@ flush_etrax_cacherange(void *startadr, int length)
}
/* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers
- * will occationally corrupt certain CPU writes if the DMA buffers
+ * will occasionally corrupt certain CPU writes if the DMA buffers
* happen to be hot in the cache.
*
* As a workaround, we have to flush the relevant parts of the cache
--
1.6.5.2.180.gc5b3e
On Wed, Feb 16, 2011 at 07:54:44AM +0100, Justin P. Mattock wrote:
> The below patch fixes a typo occationally to occasionally.
>
> Signed-off-by: Justin P. Mattock <[email protected]>
Acked-by: Jesper Nilsson <[email protected]>
> ---
> arch/cris/arch-v10/mm/init.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/cris/arch-v10/mm/init.c b/arch/cris/arch-v10/mm/init.c
> index baa746c..e7f8066 100644
> --- a/arch/cris/arch-v10/mm/init.c
> +++ b/arch/cris/arch-v10/mm/init.c
> @@ -241,7 +241,7 @@ flush_etrax_cacherange(void *startadr, int length)
> }
>
> /* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers
> - * will occationally corrupt certain CPU writes if the DMA buffers
> + * will occasionally corrupt certain CPU writes if the DMA buffers
> * happen to be hot in the cache.
> *
> * As a workaround, we have to flush the relevant parts of the cache
> --
> 1.6.5.2.180.gc5b3e
/^JN - Jesper Nilsson
--
Jesper Nilsson -- [email protected]
On Wed, 16 Feb 2011, Jesper Nilsson wrote:
> > The below patch fixes a typo occationally to occasionally.
> >
> > Signed-off-by: Justin P. Mattock <[email protected]>
>
> Acked-by: Jesper Nilsson <[email protected]>
Applied.
--
Jiri Kosina
SUSE Labs, Novell Inc.
On Feb 16, 2011, at 1:01 AM, Jiri Kosina wrote:
> On Wed, 16 Feb 2011, Jesper Nilsson wrote:
>
>>> The below patch fixes a typo occationally to occasionally.
>>>
>>> Signed-off-by: Justin P. Mattock <[email protected]>
>>
>> Acked-by: Jesper Nilsson <[email protected]>
>
> Applied.
>
> --
> Jiri Kosina
> SUSE Labs, Novell Inc.
o.k.!!
Justin P. Mattock