Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH]Fix typo in percpu.h

0 views
Skip to first unread message

Justin P. Mattock

unread,
Apr 19, 2010, 3:00:01 PM4/19/10
to
Fix a typo in arch/x86/include/asm/percpu.h

Signed-off-by: Justin P. Mattock <justin...@gmail.com>

---
arch/x86/include/asm/percpu.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
index 66a272d..9899afa 100644
--- a/arch/x86/include/asm/percpu.h
+++ b/arch/x86/include/asm/percpu.h
@@ -105,7 +105,7 @@ do { \

/*
* Generate a percpu add to memory instruction and optimize code
- * if a one is added or subtracted.
+ * if one is added or subtracted.
*/
#define percpu_add_op(var, val) \
do { \
--
1.6.5.GIT

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Jiri Kosina

unread,
Apr 20, 2010, 10:40:02 AM4/20/10
to
On Mon, 19 Apr 2010, Justin P. Mattock wrote:

> Fix a typo in arch/x86/include/asm/percpu.h
>
> Signed-off-by: Justin P. Mattock <justin...@gmail.com>
>
> ---
> arch/x86/include/asm/percpu.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
> index 66a272d..9899afa 100644
> --- a/arch/x86/include/asm/percpu.h
> +++ b/arch/x86/include/asm/percpu.h
> @@ -105,7 +105,7 @@ do { \
>
> /*
> * Generate a percpu add to memory instruction and optimize code
> - * if a one is added or subtracted.
> + * if one is added or subtracted.
> */

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.

Justin P. Mattock

unread,
Apr 20, 2010, 1:20:02 PM4/20/10
to
On 04/20/2010 07:38 AM, Jiri Kosina wrote:
> On Mon, 19 Apr 2010, Justin P. Mattock wrote:
>
>> Fix a typo in arch/x86/include/asm/percpu.h
>>
>> Signed-off-by: Justin P. Mattock<justin...@gmail.com>
>>
>> ---
>> arch/x86/include/asm/percpu.h | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
>> index 66a272d..9899afa 100644
>> --- a/arch/x86/include/asm/percpu.h
>> +++ b/arch/x86/include/asm/percpu.h
>> @@ -105,7 +105,7 @@ do { \
>>
>> /*
>> * Generate a percpu add to memory instruction and optimize code
>> - * if a one is added or subtracted.
>> + * if one is added or subtracted.
>> */
>
> Applied, thanks.
>

your welcome.

Justin P. Mattock

0 new messages