Subject: [PATCH] trivial: fix a typo in SHM_SIGNAL config description

Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
---
lib/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 272cecf..bfe871d 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -207,7 +207,7 @@ config SHM_SIGNAL
tristate "SHM Signal - Generic shared-memory signaling mechanism"
default n
help
- Provides a shared-memory based signaling mechansim to indicate
+ Provides a shared-memory based signaling mechanism to indicate
memory-dirty notifications between two end-points.

If unsure, say N
--
1.6.3.3


2009-11-02 15:54:05

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] trivial: fix a typo in SHM_SIGNAL config description

On Fri, 30 Oct 2009, Thadeu Lima de Souza Cascardo wrote:

> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
> ---
> lib/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 272cecf..bfe871d 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -207,7 +207,7 @@ config SHM_SIGNAL
> tristate "SHM Signal - Generic shared-memory signaling mechanism"
> default n
> help
> - Provides a shared-memory based signaling mechansim to indicate
> + Provides a shared-memory based signaling mechanism to indicate
> memory-dirty notifications between two end-points.
>
> If unsure, say N

This doesn't apply on top of current Linus' tree. Gregory, I guess you'll
be taking this one together with your pile that's currently in -next,
right?

--
Jiri Kosina
SUSE Labs, Novell Inc.

2009-11-02 16:19:29

by Gregory Haskins

[permalink] [raw]
Subject: Re: [PATCH] trivial: fix a typo in SHM_SIGNAL config description

>>> On 11/2/2009 at 10:54 AM, in message
<[email protected]>, Jiri Kosina
<[email protected]> wrote:
> On Fri, 30 Oct 2009, Thadeu Lima de Souza Cascardo wrote:
>
>> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
>> ---
>> lib/Kconfig | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/lib/Kconfig b/lib/Kconfig
>> index 272cecf..bfe871d 100644
>> --- a/lib/Kconfig
>> +++ b/lib/Kconfig
>> @@ -207,7 +207,7 @@ config SHM_SIGNAL
>> tristate "SHM Signal - Generic shared-memory signaling mechanism"
>> default n
>> help
>> - Provides a shared-memory based signaling mechansim to indicate
>> + Provides a shared-memory based signaling mechanism to indicate
>> memory-dirty notifications between two end-points.
>>
>> If unsure, say N
>
> This doesn't apply on top of current Linus' tree. Gregory, I guess you'll
> be taking this one together with your pile that's currently in -next,
> right?

Yep, Ill pull it to my tree shortly. Thanks, all.

-Greg




2009-11-02 16:40:41

by Gregory Haskins

[permalink] [raw]
Subject: Re: [PATCH] trivial: fix a typo in SHM_SIGNAL config description

>>> On 10/30/2009 at 5:26 PM, in message
<[email protected]>, Thadeu Lima de
Souza Cascardo <[email protected]> wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>

Applied, thanks!

-Greg